https://github.com/roylee0704/recipe-app-api-devops-starting-code
https://github.com/roylee0704/recipe-app-api-devops-starting-code
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roylee0704/recipe-app-api-devops-starting-code
- Owner: roylee0704
- License: mit
- Created: 2020-08-10T03:55:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T16:10:07.000Z (over 4 years ago)
- Last Synced: 2024-12-27T23:09:12.426Z (4 months ago)
- Language: Python
- Size: 108 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipe App API DevOps Starting Point
Source code for my Udemy course Build a [Backend REST API with Python & Django - Advanced](http://udemy.com/django-python-advanced/).
The course teaches how to build a fully functioning REST API using:
- Python
- Django / Django-REST-Framework
- Docker / Docker-Compose
- Test Driven Development## Getting started
To start project, run:
```
docker-compose up
```The API will then be available at http://127.0.0.1:8000