Pizza Ordering REST APIs made with Django REST Framework.
API documentation for the project is available here.
Swagger documentation: http://localhost:8000/api/v1/docs/
Admin: http://localhost:8000/admin/
- Python (3.7)
- Django (2.2)
- Django REST Framework (3.9)
git clone git@github.com:solaman-raji/pizza-ordering.git
cd pizza-ordering
docker-compose -f local.yml build
docker-compose -f local.yml up
docker-compose -f local.yml run django pytest -s
docker-compose -f local.yml run django python manage.py createsuperuser
- Python 3.7 - Python version 3.7
- Django - The web framework used
- Django REST Framework - Used to generate RESTful API