Skip to content

NicolasDelage/recipe-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipe-app-api

Recipe app source code

###Build docker docker build .

###Build docker-compose docker-compose build

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

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

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

Add the app name at the command ends, if you get some errors.

About

Recipe app source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published