https://github.com/abe312/personal-library
https://github.com/abe312/personal-library
chai expressjs helmet mocha mongodb mongoose nodejs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abe312/personal-library
- Owner: abe312
- Created: 2019-11-30T12:44:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T08:06:18.000Z (over 5 years ago)
- Last Synced: 2025-01-23T19:38:52.834Z (4 months ago)
- Topics: chai, expressjs, helmet, mocha, mongodb, mongoose, nodejs
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Live link 🚀](https://abe312-personal-library.glitch.me/)
## **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`