Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 752 Bytes

Bhavcopy-bse

Instructions to run locally

  1. Clone the repo git clone [email protected]:dbads/Bhavcopy-bse.git and cd Bhavcopy-bse
  2. Create a virtual environment python3 -m venv path/to/venv
  3. Activate the virtual environment source venv/bin/activate
  4. Install the dependencies pip install requirements.txt
  5. cd src
  6. Run the server python manage.py runserver
  7. go to localhost:8000
  8. there won't be anything in the table initially, you see the data as soon as you type in the search input

Tech stack

  1. Backend - Python, Django
  2. UI - HTML, CSS, Vuejs
  3. Storage - Redis

Note: I have used python app setup boilerplate which I created earlier for making setup faster.