/recipe-app-api

API Recipe Django

Primary LanguagePython

Recipe API

API Recipe Django

Run linter

docker-compose run --rm app sh -c "flake8"

Create project

docker-compose run --rm app sh -c "django-admin startproject app ."