Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.04 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.04 KB

Waitless - contacless que ordering system

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.

Watch the video

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"