Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 465 Bytes

🍲 Django Recipe App

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"

Requirements

  • Django 2
  • DRF
  • Pillow
  • Flake8

ToDo

  • Docker
  • Swagger Documentation