Guillaume Legrain
This is a test website project trying to build a REST API.
- node.js
- npm
- MongoDB
- Install required node modules
npm install
- If mongo isn't running on your machine, start a mongo server with:
mongod &
- start the post-it app
npm start