Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 566 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 566 Bytes

apex-backend

Djano based backend for apex online education platform.

Setup Environment

Fork the project

  • fork and clone the project (assumed you have ur ssh setup)
[email protected]:atharvatechnology/apex-backend.git

Setup conda env

  • setup conda
conda create --name apex python=3.10.4
  • install packages
pip install -r requirements.txt
  • install precommit requiments
pre-commit install

Run Celery for Periodic Task

  • command
celery -A apex worker --beat --scheduler django -l info