项目作者: RiteshPuvvada

项目描述 :
Check the current stock exchange rate.
高级语言: JavaScript
项目地址: git://github.com/RiteshPuvvada/Stock-Checker.git
创建时间: 2021-07-23T10:29:42Z
项目社区:https://github.com/RiteshPuvvada/Stock-Checker

开源协议:

下载



StockPrice

Stock Price Checker 🚀



Objective

Project Stock Price Checker

  • Add .env file to the project

  • SET NODE_ENV to test

  • Set DB to your mongo connection string

  • Complete the project in routes/api.js or by creating a handler/controller

  • You will add any security features to server.js

  • You will create all of the functional tests in tests/2_functional-tests.js

Technologies

  • Node
  • Express
  • Helmet
  • Mocha-Chai
  • MongoDB
  • javascript
  • Html
  • CSS

Installation:

$ cd Stock-Checker

$ npm install

$ npm start or npm run dev

  1. ## Usage:

/api/stock-prices?stock=goog
/api/stock-prices?stock=goog&like=true
/api/stock-prices?stock=goog&stock=msft
/api/stock-prices?stock=goog&stock=msft&like=true
```