A BSE bhav browser for the recent activity that has taken place in the market.
- Powered by Django, Redis
- Bhav data is stored in Redis
- Get the sorted bhav data
- Search with suggestions
- Download search results as csv
Vue JS
cd jade-frontend
# Install dependencies
npm install
# Copy env file
cp docs/env_example .env
# Production build
npm run build
# Create isolated virtual python environment
pip3 install pipenv
# Install all dependencies for this project.
# Specific requirement file found in requirements folder
pipenv install
# Add env file
cp docs/env_example .env
# Run celery worker
celery worker --app=jade.celery_app --loglevel=info
# Run celery beat
celery beat --app=jade.celery_app --loglevel=info
Checkout Jade-frontend here.