Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 489 Bytes

Stock price Web App

This project shows details of companies enlisted with the NSE for the date of 4th October

How to run this project

Create a virtual environment. After activating the environment follow the commands

pip install -r requirements.txt

cd bhavcopy\bhavcopy

Make a .env file here and copy the contents of .env.example to this file

cd ..

python manage.py runserver

Note: The first run would take some time as the database get populated