Skip to content

wall-e-08/qturbo

Repository files navigation

QUOTE TURBO

full docs and details info will be updated later

dev url

Project Run Steps:

  • Step 0: go to the project root folder
  • Step 1: create virtual env: virtualenv -p python3 env
  • Step 2: activate virtual env: source env/bin/activate
  • Step 3: make sure venv created: pip install -r requirements.txt
  • Step 4: create database: ./db/create_db
  • Step 5: get some dummy data: ./dokku_postdeploy.sh
  • Step 6: contact developer to get the media folder for some dummy images

Celery run steps:

  • Step 0: run celery worker:
 celery -A core worker -l info -Q process_task,esign_check -c 4
  • Step 1: run celery beat:
 celery -A core beat -l info

*** Read guidelines for development 'dev_guide.md' carefully

Todo:

  • Hashbang solution for SPA. Solution: vue router @debu @ahsan
  • Add Error message in context of all ajax request in SPA @torsho

About

A project for third party health insurance company gathering all api from multiple insurance company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published