Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 606 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 606 Bytes

TodaysMenuAPI

TodaysMenu backend API

Development

Install AWS SAM first.

Start Dev Server

Prepare docker image

cd docker
docker build -t build-rust-provided.al2 .

Build (in project work dir)

make

Run local api gateway

make localstack
make apigw

Connect To Apollo Sandbox

After starting the dev server you can connect to http://localhost:8080/graphql to open the Apollo GraphQL sandbox portal.

Deploy

MODE=release make
sam deploy