A simple django recipe backend
Table of Contents
Recipe App is a food recipe backend REST API built with python. This project can be used as a boilerplate to build amazing django mircroservice app using Docker.
Features:
- User authentication
- Object creation (Tags, Ingredient, Recipe)
- Filtering and sorting objects
- File uploads
Every great project has a beginning, Follow the step below to create your recipe instance otherwise click Get started with docker to install docker. Navigate to the directory you would link to run the app and follow the steps below:
- Clone the repo
git clone https://github.com/swilltec/recipe-api
- Enter the command below to start docker
docker-compose up
- DJango
- Docker
- Postgres
- Flake8
- Travis