Skip to content

Gray-Rice/QMaster-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published