Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LondonAppDeveloper/recipe-app-api
Source code for recipe app api
https://github.com/LondonAppDeveloper/recipe-app-api
Last synced: about 2 months ago
JSON representation
Source code for recipe app api
- Host: GitHub
- URL: https://github.com/LondonAppDeveloper/recipe-app-api
- Owner: LondonAppDeveloper
- License: mit
- Created: 2018-11-17T16:15:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T20:50:21.000Z (over 2 years ago)
- Last Synced: 2024-08-02T14:12:21.877Z (5 months ago)
- Language: Python
- Size: 73.2 KB
- Stars: 200
- Watchers: 11
- Forks: 162
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - LondonAppDeveloper/recipe-app-api - Source code for recipe app api (Python)
README
# Recipe App API
Source code for our course: Build a [Backend REST API with Python & Django - Advanced](http://londonapp.dev/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](http://127.0.0.1:8000).