Skip to content

rejunp/stockarchives

Repository files navigation

stockarchives

Stock Archives is an application build using the MEAN stack.

stockarchives

Core Objectives

  • Learn the basics MEAN stack.
  • Work on MongoDB cloud DB
  • Highcharts Integration
  • NodeJS Server Side Scripting
  • nodemon functionality
  • Bootstrap integration

Application Idea

Note

  • key.config_sample.js has to be renamed to key.config.js
  • MONGODB_ATLAS_URI - The MongoDB URI will available in MongoDB Atlas
  • ALPHAVANTAGE_API_KEY - To get Alphavantage API KEY, please register in Aplhavantage

Sample Data

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

Features

  • 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