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
- Host: GitHub
- URL: https://github.com/markcheno/recipe-app-api
- Owner: markcheno
- License: mit
- Created: 2020-11-25T03:08:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-27T18:33:20.000Z (over 5 years ago)
- Last Synced: 2025-06-07T15:04:55.029Z (about 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"