项目作者: waitless-app
项目描述 :
Waitless Django REST API and Websockets handler.
高级语言: Python
项目地址: git://github.com/waitless-app/waitless_backend.git

Waitless Backend
Django Channels, Django Rest Framework, Docker, Github Actions
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.

Backend Details - Server App
- 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
ENV
AWS_STORAGE_BUCKET_NAME=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
RUNNING
docker-cmpose build
docker-compose up
RUNNING TESTS
docker-compose run app sh -c "python manage.py wait_for_db && pytest"