An api that show recipes for the given ingredients.
You can check the live demo at Heroku
nodejs
yarn
docker
anddocker-compose
- Clone this repo
git clone https://github.com/viniciusborges23/recipes-api.git
cd recipes-api
- Install dependencies
yarn install
-
Copy
.env.sample
to.env
and set the necessary keys. -
Run docker with
docker-compose up