An app for choosing where to go out to eat
Clone the repo, install dependencies, deploy backend resources:
git clone [email protected]:johnpc/jpc-eats.git
cd jpc-eats
npm install
npx amplify sandbox
You'll also need to set up your environment variables:
cp .env.example .env
# Then fill in the values with your own by following instructions in .env
Then, to run the frontend app
# on web
npm run dev
or
# on ios
npm run ios
Deploy this application to your own AWS account in one click: