bigeats icon indicating copy to clipboard operation
bigeats copied to clipboard

Restaurant Review App built with GraphQL & AWS AppSync

BigEats

Restaurant Review app built with React, GraphQL & AWS AppSync.

Getting started

To deploy this project, go through the following steps:

  1. Clone the project
git clone https://github.com/dabit3/bigeats.git
  1. Change into the directory & install the dependencies
npm install

# or

yarn
  1. Initialize the Amplify project
amplify init
  1. Create the resources in your account
amplify push
  1. Start the app
npm start