https://github.com/abe312/stock-price-checker
express app for checking stock prices
https://github.com/abe312/stock-price-checker
chai chai-http express helmet mocha mongoose zombie
Last synced: 2 months ago
JSON representation
express app for checking stock prices
- Host: GitHub
- URL: https://github.com/abe312/stock-price-checker
- Owner: abe312
- Created: 2019-10-14T12:43:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T15:06:03.000Z (over 5 years ago)
- Last Synced: 2025-01-23T19:38:52.736Z (4 months ago)
- Topics: chai, chai-http, express, helmet, mocha, mongoose, zombie
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## check it live here: [https://abe312-stock-price-checker.glitch.me/](https://abe312-stock-price-checker.glitch.me/)
## **FreeCodeCamp**- Information Security and Quality Assurance
Project Stock Price Checker
1. SET NODE_ENV to `test` without quotes and set DB to your mongo connection string
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`