7c8a59ac99
Lockfile Readme |
||
---|---|---|
public | ||
routes | ||
tests | ||
views | ||
.bashrc | ||
.gitconfig | ||
.hyperdev-assets | ||
.profile | ||
.replit | ||
assertion-analyser.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js | ||
test-runner.js |
FreeCodeCamp- Information Security and Quality Assurance
- SET NODE_ENV to
test
without quotes and set DB to your mongo connection string in .env file - Complete the project in
routes/api.js
or by creating a handler/controller - You will add any security features to
server.js
- You will create all of the functional tests in
tests/2_functional-tests.js