python -m venv .venv
Activate venv according to platform.For example in Linux
source ./venv/bin/activate
pip install -r req.txt
with GCHAT_WEBHOOK_URL=, RESEND_API_KEY= and EMAIL_FROM= variable populated.
python ${PWD}/server/server.py
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.
Incase of building frontend again:
Navigate into client folder and run npm install then proceed to build or run as dev