Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).