Stock order sidebar microservice
- the sidebar in this repo is on the right
- https://github.com/TSON-RH/Service-People-Also-Bought
- https://github.com/TSON-RH/price-volume-chart-service
- https://github.com/TSON-RH/Service-StockPriceChart
- Clone the repo locally
- Run
npm installinside the directory to install dependencies. - Ensure that the MongoDB process is running on your computer (
mongod). - Create the database by running
npm run seed - Create the dist folder by running
npm run dev - Spin up the server on your maching by running
npm start - Open up a browser and navigate to localhost:3003
An nvmrc file is included if using nvm.
- Node 6.13.0
- etc
