Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iammar7/park-cafe
Distribution app for Park Cafe
https://github.com/iammar7/park-cafe
firebase muiv5 react
Last synced: 1 day ago
JSON representation
Distribution app for Park Cafe
- Host: GitHub
- URL: https://github.com/iammar7/park-cafe
- Owner: iAmmar7
- Created: 2022-06-26T17:22:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T17:52:28.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:34:14.399Z (over 1 year ago)
- Topics: firebase, muiv5, react
- Language: JavaScript
- Homepage: https://parkcafe.web.app/
- Size: 7.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Park Cafe
A distribution app for Park Cafe
## Technologies
- React
- React Query
- Material UI
- Firebase## How to run locally
- Git clone
- Run `npm install`
- Run `npm start`## Set up `.env`
```
REACT_APP_FIREBASE_API_KEY = "api_key"
REACT_APP_FIREBASE_AUTH_DOMAIN = "appName.firebaseapp.com"
REACT_APP_FIREBASE_PROJECT_ID = "appName"
REACT_APP_FIREBASE_STORAGE_BUCKET = "appName.appspot.com"
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = "message_sender_id"
REACT_APP_FIREBASE_APP_ID = "appId"
REACT_APP_FIREBASE_DATABASE_URL = "https://appName.firebaseio.com"
```