Skip to content

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

License

Notifications You must be signed in to change notification settings

nickarellano/django-recipe-api

Repository files navigation

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

Releases

No releases published

Packages

No packages published