Simple recipe API where you can create and find your favourite recipes!
Requirements
- Docker
- Docker-compose
Instructions
-
clone the repo locally
-
go into "drf_recipe" directory
cd drf_recipe
-
build containers
docker-compose build
-
run containers
docker-compose up