- Clone the repo
git clone git@github.com:dbads/Bhavcopy-bse.gitandcd Bhavcopy-bse - Create a virtual environment
python3 -m venv path/to/venv - Activate the virtual environment
source venv/bin/activate - Install the dependencies
pip install requirements.txt cd src- Run the server
python manage.py runserver - go to
localhost:8000 - there won't be anything in the table initially, you see the data as soon as you type in the search input
- Backend - Python, Django
- UI - HTML, CSS, Vuejs
- Storage - Redis
Note: I have used python app setup boilerplate which I created earlier for making setup faster.