Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.08 KB
██████╗  ██████╗ ██████╗  ██╗
██╔══██╗██╔═══██╗██╔══██╗███║
██████╔╝██║   ██║██║  ██║╚██║
██╔═══╝ ██║   ██║██║  ██║ ██║
██║     ╚██████╔╝██████╔╝ ██║
╚═╝      ╚═════╝ ╚═════╝  ╚═╝

Overview ✨

Development 💻

Requirements

API Server Setup

  1. Install requirements
cd api
pip install -r requirements.txt
  1. Create .env file in the /api directory and place the necessary secrets in it (can be found in Notion).

Run Django Server

python manage.py runserver

Run Background Tasks

python manage.py process_tasks