only a test project for testing libraries
- Express: onboard server
- Nodemon: restart server when file changes
- neDB: mongoDb "express" framework
- body Parser: format "in" requests
- npm install express --save
- npm install -g nodemon
- npm install nedb --save
- npm install body-parser --save