Based on Django and Rest Framework.
This app allows you to create ingredients and recipes. Supports image and user creation. Works through API for easy integration with any JavaScript framework.
You can use Docker Compose:
docker-compose run --rm app sh -c "python manage.py test && flake8"
- Django 2
- DRF
- Pillow
- Flake8
- Docker
- Swagger Documentation