/recipe-api

Application for creating and managing food recipes using micro-service architecture.

Primary LanguagePython


Recipe Api API

A simple django recipe backend

Table of Contents
  1. About The Project
  2. Getting Started
  3. Technologies Used

About The Project

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

Built With

Getting Started

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:

  1. Clone the repo
    git clone https://github.com/swilltec/recipe-api
  2. Enter the command below to start docker
docker-compose up

Technologies Used

  • DJango
  • Docker
  • Postgres
  • Flake8
  • Travis