https://github.com/johnpc/jpc-eats
https://github.com/johnpc/jpc-eats
supported
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnpc/jpc-eats
- Owner: johnpc
- Created: 2024-05-21T06:27:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T00:43:43.000Z (5 months ago)
- Last Synced: 2026-01-15T07:40:43.930Z (5 months ago)
- Topics: supported
- Language: TypeScript
- Homepage: https://eats.jpc.io
- Size: 5.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eats.jpc.io
An app for choosing where to go out to eat
## Setup
Clone the repo, install dependencies, deploy backend resources:
```bash
git clone git@github.com:johnpc/jpc-eats.git
cd jpc-eats
npm install
npx amplify sandbox
```
You'll also need to set up your environment variables:
```bash
cp .env.example .env
# Then fill in the values with your own by following instructions in .env
```
Then, to run the frontend app
```bash
# on web
npm run dev
```
or
```bash
# on ios
npm run ios
```
## Deploying
Deploy this application to your own AWS account in one click:
[](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/johnpc/jpc-eats)