Web Queue Ordering App
Live queue app for premises owners, helping keeping distance and saving time for staying in line. Built with Django, React and Vue.
- Django
- Django Rest Framework
- Django Channels
- Channels Redis
- PostgresSQL
- PyTest
- JWT Tokens
- Images upload to AWS with Boto3
- Closed in Docker container
- Github Actions for build and deploy
AWS_STORAGE_BUCKET_NAME=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
docker-cmpose build
docker-compose up
docker-compose run app sh -c "python manage.py wait_for_db && pytest"