viniciusborges23 / recipes-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes API

An api that show recipes for the given ingredients.

Demo

You can check the live demo at Heroku

Run Local

Requirements

  • nodejs
  • yarn
  • docker and docker-compose

Steps

  1. Clone this repo
git clone https://github.com/viniciusborges23/recipes-api.git
cd recipes-api
  1. Install dependencies
yarn install
  1. Copy .env.sample to .env and set the necessary keys.

  2. Run docker with docker-compose up

About

License:MIT License


Languages

Language:TypeScript 51.1%Language:JavaScript 47.9%Language:Dockerfile 1.0%