Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 632 Bytes

recipe-app-api

This is a Django API for managing recipes. The aim while building this project was to practice Docker and Docker-compose concepts as well as the Test Driven Development flow applied to unit tests. This project contains tests for models, views, admin panel, django commands, image uploading and more.

📑 How to execute this project

1 - Execute the following command on the project's root folder

sudo docker-compose up

📑 How to run the tests

1 - Execute the following command on the project's root folder

sudo docker-compose run app sh -c "python manage.py test"