PatrickTanta / drf-recipe-api

Recipe Api Project using tdd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drf-recipe-api

Recipe Api Project using tdd

To run the project locally:

docker-compose up -d
  • The -d, means _detached

To run tests

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

About

Recipe Api Project using tdd


Languages

Language:Python 96.6%Language:Dockerfile 3.4%