https://github.com/flexyledger/flexy-personal-library
https://github.com/flexyledger/flexy-personal-library
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flexyledger/flexy-personal-library
- Owner: flexyledger
- Created: 2018-10-31T21:13:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T21:21:17.000Z (over 6 years ago)
- Last Synced: 2024-02-01T21:26:40.288Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`