Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 439 Bytes

Recipe API

Build Status

Simple recipe API where you can create and find your favourite recipes!

Requirements

  • Docker
  • Docker-compose

Instructions

  1. clone the repo locally

  2. go into "drf_recipe" directory

    cd drf_recipe

  3. build containers

    docker-compose build

  4. run containers

    docker-compose up