Skip to content

MaitreWaff/recipe-app-api

Folders and files

NameName
Last commit message
Last commit date
Apr 27, 2023
Jun 25, 2023
Jun 30, 2023
Jun 30, 2023
Jun 30, 2023
Apr 25, 2023
Jun 30, 2023
Apr 23, 2023
Jun 30, 2023
Jun 28, 2023
Jun 30, 2023
Jun 30, 2023
Apr 25, 2023
Jun 30, 2023

Repository files navigation

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"

About

Recipe API Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published