Project Backend for iOS/Android app helping to order food inside company
- Designed a database and all relations,
- created necessary endpoints,
- added push notification support,
- introduced to repetitive tasks with Celery Beat,
- Created account system to follow user balance
- Dashboard for admin to cancel all orders from particular date
- Button to create test data using Factory Boy
- Button to turn off ability to order
- Complete Django authentication system with sign up page included
##Database
- Postgres
##Tools
- PyCharm
- Django,
- Django REST,
- Docker Compose,
- Google Firebase,
- RabbitMQ,
- Celery/Celery Beat,
- Poetry,
- Caddy server,
- JWT,
- Factory boy