artistic portfolio of NOBA - server side
- Set up server.
- Set up local database.
- Set up all routes (/getAll, /postOne, /editOne, /deleteOne).
- Works controllers.
- Deploy database on mLab.
##Extra Credit
- Authenticated Routes.
- User collection.
- User controllers.
- git checkout dev
- git pull
- git checkout -b "feat name"
- git add -p
- git commit -m "message"
- git push (first time) --set-upstream origin "branch name"
- Github pull request from branch to dev
-
git cloneor download the zip file. -
npm installto begin dependencies installation. -
nodemon index.jsto boot up the development server.