FastCoach is an attempt to build a bus ticketing platform
Old repo is here
- Backend
- FastApi
- Python
- PostgreSQL: storage
- Celery: used to create workers for the background tasks
- Flower: For monitoring background tasks
- RabbitMQ: A backend for the background tasks
pip install -r requirements.txt
uvicorn app.main:app --reload
celery -A celery_worker.celery worker --loglevel=DEBUG