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

https://github.com/nickarellano/django-recipe-api

This project is just for me to explore some of the Python ecosystem.
https://github.com/nickarellano/django-recipe-api

black django django-rest-framework docker docker-compose flake8 python3 tdd

Last synced: about 2 months ago
JSON representation

This project is just for me to explore some of the Python ecosystem.

Awesome Lists containing this project

README

          


Tests Status
Lint Status

## Django Recipes API

This project is just for me to explore some of the Python ecosystem.
This project utilizes the following technologies:

- Flake8 & Black (Linting and Styling)
- Django & Django-REST-Framework
- Docker & Docker-Compose
- TDD with Django Tooling
- Python 3.7

## Getting Started
For simplicity, this project uses a Makefile, to start the project run:
```
make up
```

To run the test suite, run:
```
make test
```