Skip to content
/ jade Public

BSE bhav browser for the activity that has taken place in the market

Notifications You must be signed in to change notification settings

prtm/jade

Repository files navigation

Jade

Jade

A BSE bhav browser for the recent activity that has taken place in the market.

Features

  • Powered by Django, Redis
  • Bhav data is stored in Redis
  • Get the sorted bhav data
  • Search with suggestions
  • Download search results as csv

Installation

Vue JS

cd jade-frontend

# Install dependencies
npm install

# Copy env file
cp docs/env_example .env

# Production build
npm run build

Python3

# 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 

For Celery task

# 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.

About

BSE bhav browser for the activity that has taken place in the market

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages