Skip to content

Djano based backend for apex online education platform.

Notifications You must be signed in to change notification settings

shovan777/apex-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Djano based backend for apex online education platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • HTML 1.9%
  • Other 0.2%