Skip to content

vanam30/virtual_stock_market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Density_Hackathon

About

Problem Statement: Designing stock market auction mechanism.

Features required:

  • OrderBook
  • Graph
  • Users portfolio
  • Executed trades history
  • Current Market Price
  • Notifications

Instruction

  • Create virtual environment
sudo pip install virtualenv      # This may already be installed
virtualenv .env                  # Create a virtual environment
  • Activate virtual environment
source .env/bin/activate         # Activate the virtual environment
pip install -r requirements.txt  # Check/Install dependencies
  • Run following commands to start backend
./runserver.sh     # Run this bash script to start backend server
  • Run following commands to start frontend
cd frontend                  # to go to frontend directory
npm i                        # to update all node modules
npm start                    # to start frontend server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published