Project Personal Library
- ADD YOUR MongoDB connection string to .env without quotes as db
example: DB=mongodb://admin:pass@1234.mlab.com:1234/fccpersonallib
- SET NODE_ENV to
test
without quotes - You need to create all routes within
routes/api.js
- You will add any security features to
server.js
- You will create all of the functional tests in
tests/2_functional-tests.js