Skip to content

Production grade django backend API project using postgres, docker and TDD style development.

License

Notifications You must be signed in to change notification settings

PrP-11/django-recipe-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-recipe-app-api

Production grade django backend API project using postgres, docker and TDD style development.

Docker Build

docker build .

Docker Compose

docker-compose build

Setup Django

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

Run tests

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

Run tests (with linting)

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

Setup core app

docker-compose run app sh -c "python manage.py startapp core"

Setup core migrations for db

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

About

Production grade django backend API project using postgres, docker and TDD style development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published