Stock Archives is an application build using the MEAN stack.
- Learn the basics
MEAN
stack. - Work on
MongoDB
cloud DB Highcharts
IntegrationNodeJS
Server Side Scriptingnodemon
functionalityBootstrap
integration
- Hacker Earth - Brainwave 2019
key.config_sample.js
has to be renamed tokey.config.js
MONGODB_ATLAS_URI
- The MongoDB URI will available in MongoDB AtlasALPHAVANTAGE_API_KEY
- To get Alphavantage API KEY, please register in Aplhavantage
Import sample data into MongoAtlas
mongoimport --uri "mongodb+srv://XXXXX:XXXXXX@maincluster-XXXXX.mongodb.net/test?retryWrites=true" --collection stocks --drop --type csv --file test.csv -f date,symbol,open,close,low,high,volume
- MEAN Stack Implementation
- Store and Fetch historical stock data
- Fetch More details about Ticker Searched
- Show OHLC graph of the data fetched
- Top Stock Calculation/Analysis
- Mobile Responsive