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

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

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`