Skip to content

fodmap-diet/fodmap-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fodmap-app

backend for fodmap api live at

Getting Started

clone the repo

git clone https://github.com/fodmap-diet/fodmap-app.git

run the server

cd fodmap-app
go run app.go

test from another cmd prompt

curl http://localhost:8080/search/?item=mango

Deploy with GCP app engine

install google cloud sdk
Refer here

install app engine golang component

gcloud components install app-engine-go

create app

gcloud app create --project=[YOUR_PROJECT_NAME]

run locally

dev_appserver.py app.yaml

test from another cmd prompt

curl http://localhost:8080/search/?item=mango

Deploy with

gcloud app deploy

About

app that provides fodmap diet API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages