Skip to content

george4joseph/calorie-tracker-Go-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

calorie-tracker-Go-react

Calorie tracker is Go backend for adding the calories of food.

APIs

GET http://localhost:8000/entries
POST http://localhost:8000/entry/create

body = 
{
    "dish": "chapathi",
    "fat": 5,
    "ingredients": "sugar",
    "calories": "30"
}
PUT http://localhost:8000/incredient/update/:id
 body = 
{
    "ingredients": "salt"
}
DELETE http://localhost:8000/entry/delete/:id

Other APIs are updating entries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages