https://github.com/dammak/pali-code-challenge
https://github.com/dammak/pali-code-challenge
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dammak/pali-code-challenge
- Owner: DAMMAK
- Created: 2019-04-06T17:33:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T16:24:40.000Z (about 7 years ago)
- Last Synced: 2025-01-14T05:27:19.065Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pali Code Challenge [](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]
}