An open API service indexing awesome lists of open source software.

https://github.com/markcheno/recipe-app-api

Receipe App Api source code
https://github.com/markcheno/recipe-app-api

Last synced: about 2 months ago
JSON representation

Receipe App Api source code

Awesome Lists containing this project

README

          

# recipe-app-api

Receipe App Api source code

- docker-compose run --rm app sh -c "python manage.py createsuperuser"
- docker-compose run --rm app sh -c "python manage.py startapp core"
- docker-compose run --rm app sh -c "python manage.py makemigrations"
- docker-compose run --rm app sh -c "python manage.py migrate"
- docker-compose run --rm app sh -c "python manage.py test && flake8"
- docker-compose run --rm -e PGPASSWORD=supersecretpassword app sh -c "pg_dumpall -h db -U postgres | gzip -9 > backup.sql.gz"