An open API service indexing awesome lists of open source software.

https://github.com/timhagn/th-fcc-library

fCC - Information Security and Quality Assurance Projects - Personal Library
https://github.com/timhagn/th-fcc-library

Last synced: about 2 months ago
JSON representation

fCC - Information Security and Quality Assurance Projects - Personal Library

Awesome Lists containing this project

README

        

**FreeCodeCamp**- Information Security and Quality Assurance
------

Project Personal Library

1) ADD YOUR MongoDB connection string to .env without quotes as db
`example: DB=mongodb://admin:[email protected]:1234/fccpersonallib`
2) SET NODE_ENV to `test` without quotes
3) You need to create all routes within `routes/api.js`
4) You will add any security features to `server.js`
5) You will create all of the functional tests in `tests/2_functional-tests.js`