8000 GitHub - solaman-raji/pizza-ordering: Pizza Ordering REST APIs made with Django REST Framework.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

solaman-raji/pizza-ordering

Repository files navigation

Pizza Ordering

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/

Requirements

  • Python (3.7)
  • Django (2.2)
  • Django REST Framework (3.9)

Installation - Docker

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

Run Test

docker-compose -f local.yml run django pytest -s

Create Superuser

docker-compose -f local.yml run django python manage.py createsuperuser

Built With

About

Pizza Ordering REST APIs made with Django REST Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0