issue-tracker/README.md

11 lines
515 B
Markdown
Raw Normal View History

2017-02-18 20:21:34 +01:00
**FreeCodeCamp**- Information Security and Quality Assurance
------
2020-07-08 17:18:15 +02:00
[![Run on Repl.it](https://repl.it/badge/github/freeCodeCamp/boilerplate-project-issuetracker)](https://repl.it/github/freeCodeCamp/boilerplate-project-issuetracker)
2017-02-18 20:21:34 +01:00
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
2020-09-22 22:28:53 +02:00
3) You will create all of the functional tests in `tests/2_functional-tests.js`
2017-02-18 20:21:34 +01:00