Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 340 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 340 Bytes

Requirements

  • Docker
  • Docker-compose

This project is fully compatible with DRF browseable API, including filters and ordering

Quickstart

One-command startup

docker-compose up --build

The app will be available here: https://127.0.0.1:8000

Testing

docker exec -it django_backend python manage.py test