Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 230 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 230 Bytes

Run the project

  • Clone the repository
  • Run docker-compose build && docker-compose up in project root folder
  • Go to localhost:8000

Run test

  • Run docker-compose run --rm web python manage.py test api to run the tests