/VSE

Virtual Stock Exchange. Stock market trading for companies listed in NSE India.

Primary LanguageJavaScript

Virtual Stock Exchange 🐂 🐻

Trade in NSE (national stock exchange) listed companies without putting actual money into the market

About it

  1. In simple words, it is like a stock broker
  2. It buy and sell shares for you, keep track of you Demat account BUT you don't need to invest actual money
  3. To check whether one is making profit or losing money if he does transactions in real life

For those who are reluctant to play with bulls & bears

Built With

  • Node.js - Javscript runtime environment
  • Express - Node.js web framework
  • MongoDB - MongoDB - NoSQL database

Installation

1. clone this repo
2. npm install

that's it 😁

Overview of project

  • This app has 2 seperate entities
  1. The core of the app is an independent REST-API service which handles all the logic . Check api/ folder
  2. Frontend part which calls REST-API over HTTP for its operations. Check views/ public/ routes/ folders

For API documentation visit this github gist

App SS

Demat account

demat

Particular share detail

shares

Search NSE companies

searches

Acknowledgments

  • Alpha Vantage for providing free API on realtime stock market data (even you can put any random strings as APIKEY )