Project Anon Message Board
- SET NODE_ENV to
test
without quotes when ready to write tests and DB to your databases connection string (in .env) - Recomended to create controllers/handlers and handle routing in routes/api.js
- You will add any security features to
server.js
- You will create all of the functional/unit tests in
tests/2_functional-tests.js
andtests/1_unit-tests.js
but only functional will be tested
See my project online at https://copper-flute.glitch.me