- Clone the repo
git clone [email protected]:dbads/Bhavcopy-bse.git
andcd 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.