A web app for booking tickets of shows for users, and to create venues, shows inside venues for admins made using Flask Restful APIs in backend, Vue js in frontend with Backend jobs using Celery.
python -m venv virtual_environment_name
pip install -r requirements.txt
python main.py
sudo service redis-server start
redis-server
celery -A main.celery worker -l info
celery -A main.celery beat --max-interval 1 -l info
mailhog
http://127.0.0.1:5000:8025