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.
- Host: GitHub
- URL: https://github.com/nickarellano/django-recipe-api
- Owner: nickarellano
- License: mit
- Created: 2022-03-20T02:15:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T02:13:38.000Z (over 4 years ago)
- Last Synced: 2026-04-05T05:28:22.478Z (3 months ago)
- Topics: black, django, django-rest-framework, docker, docker-compose, flake8, python3, tdd
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```