Skip to content

todays-menu/TodaysMenuAPI

Repository files navigation

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