https://github.com/libercosoft/issue_tracker
A simple full stack issue record app.
https://github.com/libercosoft/issue_tracker
Last synced: 2 months ago
JSON representation
A simple full stack issue record app.
- Host: GitHub
- URL: https://github.com/libercosoft/issue_tracker
- Owner: LIBERCOSOFT
- Created: 2020-05-14T08:41:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T08:43:34.000Z (about 6 years ago)
- Last Synced: 2025-01-18T14:49:49.244Z (over 1 year ago)
- Language: JavaScript
- Size: 35.2 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 Issue Tracker
1) SET NODE_ENV to `test` without quotes and set DB to your mongo connection string in .env file
2) Complete the project in `routes/api.js` or by creating a handler/controller
3) You will add any security features to `server.js`
4) You will create all of the functional tests in `tests/2_functional-tests.js`