/django-recipe-api

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

Primary LanguagePythonMIT LicenseMIT

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