Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.11 KB

File metadata and controls

32 lines (21 loc) · 1.11 KB

Quiz Master V2

Usage

1. Create and activate Virtual env

python -m venv .venv

Activate venv according to platform.For example in Linux
source ./venv/bin/activate

2. Installing Dependencies

pip install -r req.txt

3. Add .env

with GCHAT_WEBHOOK_URL=, RESEND_API_KEY= and EMAIL_FROM= variable populated.

4. Run app.py

python ${PWD}/server/server.py

Celery worker and Redis

Change redis url to deployment or use docker to create local deployment and make sure it is running.
For Celery worker navigate to server/modules and run:
celery -A reminder worker -l info to start with monitoring.

Client Building (Optional)

Incase of building frontend again:
Navigate into client folder and run npm install then proceed to build or run as dev

Links

Problem Statement
Milestone