Skip to content

codesparts/ToastAppAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToastAppAPI

For Testing (First Time Only) -

git clone https://github.com/codesparts/ToastAppAPI.git
cd ToastAppAPI
virtualenv --no-site-packages env
source env/bin/activate
pip install -r requirements.txt
./app.py

For Getting Recipes

[GET] http://localhost:8000/recipes?ingredients=<ingredient_list>&page=<page_no>

For Getting Directions

[GET] http://localhost:8000/recipe/<recipe_id>

Get Items From Image

[POST] http://localhost:8000/image In BODY for 'form-data' set image to uploaded file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages