Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 262 Bytes

File metadata and controls

18 lines (12 loc) · 262 Bytes

Testing App API

REST API using:

  • Python
  • Django / Django-REST-Framework
  • Docker / Docker-Compose
  • Test Driven Development

Getting started

To start project, run:

docker-compose up

The API will then be available at http://127.0.0.1:8000