Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fvucemilo/recipe-app-api
Recipe API project
https://github.com/fvucemilo/recipe-app-api
api-development continuous-deployment continuous-integration database devops django django-rest-framework docker docker-compose python python3 rest-api software-engineering sql tdd test-driven-development web-development
Last synced: 6 days ago
JSON representation
Recipe API project
- Host: GitHub
- URL: https://github.com/fvucemilo/recipe-app-api
- Owner: fvucemilo
- License: mit
- Created: 2023-12-30T19:36:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T18:19:16.000Z (8 days ago)
- Last Synced: 2025-01-02T18:20:15.470Z (8 days ago)
- Topics: api-development, continuous-deployment, continuous-integration, database, devops, django, django-rest-framework, docker, docker-compose, python, python3, rest-api, software-engineering, sql, tdd, test-driven-development, web-development
- Language: Python
- Homepage:
- Size: 60.5 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
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).