https://github.com/timhagn/th-fcc-msgb
fCC - Information Security and Quality Assurance Projects - Anonymous Message Board
https://github.com/timhagn/th-fcc-msgb
Last synced: about 2 months ago
JSON representation
fCC - Information Security and Quality Assurance Projects - Anonymous Message Board
- Host: GitHub
- URL: https://github.com/timhagn/th-fcc-msgb
- Owner: timhagn
- Created: 2018-10-22T15:14:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T19:54:25.000Z (over 6 years ago)
- Last Synced: 2025-02-13T20:18:28.840Z (3 months ago)
- Language: JavaScript
- Homepage: https://th-fcc-msgb.glitch.me/
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**FreeCodeCamp**- Information Security and Quality Assurance
------Project Anon Message Board
1) SET NODE_ENV to `test` without quotes when ready to write tests and DB to your databases connection string (in .env)
2) Recomended to create controllers/handlers and handle routing in routes/api.js
3) You will add any security features to `server.js`
4) You will create all of the functional/unit tests in `tests/2_functional-tests.js` and `tests/1_unit-tests.js` but only functional will be tested