Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 380 Bytes

recipe-app-api

Recipe API Project.

Building the image

docker-compose build

Migrating the image DataBase

docker-compose run --rm app sh -c "python manage.py makemigrations"

Testing the image

docker-compose run --rm app sh -c "python manage.py test && flake8"

Running the application

docker-compose run --rm app sh -c "python manage.py test && flake8"