An open API service indexing awesome lists of open source software.

https://github.com/dammak/pali-code-challenge


https://github.com/dammak/pali-code-challenge

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# Pali Code Challenge [![Build Status](https://travis-ci.org/DAMMAK/pali-code-challenge.svg?branch=master)](https://travis-ci.org/DAMMAK/pali-code-challenge)

A simple Web Service that accept Array of Recipe ID from https://themealdb.com and return the Recipe ID with the least Ingredient

How to Use

Run following command
``docker-compose build``

after docker image has been successfully built

Run following command
``docker-compose up``

navigate to address:PORT

e.g 127.0.0.1:4000

endpoint address
http://localhost:4000/getid

Request Method=POST

Request Data={
"id":[45,674,89]
}