Skip to content

Recipe API built with Django for practicing TDD and Docker concepts

Notifications You must be signed in to change notification settings

gustabowill/recipe-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Recipe API built with Django for practicing TDD and Docker concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published