Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 483 Bytes

Restaurant Reviews

This is a web + mobile app I am developing that will do restaurant reviews. It uses an AWS AppSync GraphQL API on the backend to do the work. The web application and mobile applications will be written using AWS Amplify libraries.

You can find the Backend deployment scripts within the backend directory.

Deploying the Backend

$ cd backend
$ npm install
$ npm run deploy

Ensure you have the Serverless Framework configured appropriately.