armedoctopus / restaurant-reviews

GraphQL driven restaurant review site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GraphQL driven restaurant review site


Languages

Language:TypeScript 55.5%Language:Python 40.5%Language:JavaScript 4.0%