Feast is a modern web app that allows foodies to connect by hosting and attending dining events. The app allows users to quickly and easily find any meetups happening in their area and participate in events by sending/approving requests.
- client/.env
REACT_APP_BACKEND_URL=http://localhost:8080
REACT_APP_FIREBASE_API_KEY=<FIREBASE_API_KEY>
REACT_APP_FIREBASE_AUTH_DOMAIN=<FIREBASE_AUTH_DOMAIN>
REACT_APP_FIREBASE_PROJECT_ID=<FIREBASE_PROJECT_ID>
REACT_APP_FIREBASE_STORAGE_BUCKET=<FIREBASE_STORAGE_BUCKET>
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=<FIREBASE_MESSAGING_SENDER_ID>
REACT_APP_FIREBASE_APP_ID=<FIREBASE_APP_ID>
REACT_APP_GOOGLE_MAPS_API_KEY=<GOOGLE_MAPS_API_KEY>
- client/.env
PORT='8080'
DB_LOCAL_DBNAME='feast_db'
DB_LOCAL_USER=<USER>
DB_LOCAL_PASSWORD=<PASSWORD>
- server/config/serviceAccountKey.json
{
"type": <type>,
"project_id": <project_id>,
"private_key_id": <private_key_id>,
"private_key": <private_key>,
"client_email": <client_email>,
"client_id": "<client_id>,
"auth_uri": <auth_uri>,
"token_uri": <token_uri>,
"auth_provider_x509_cert_url": <auth_provider_x509_cert_url>,
"client_x509_cert_url": <client_x509_cert_url>
}
npm i
npm run dev
- Google Maps API pinpoints restaurant location
- Event is fully editable using a patch request to the server
- Host can easily view attendee profiles and reject and accept requests
- User is able to upload an image using react-uploader library
- Google Places library auto completes address form filling
- Frontend: React
- Backend: NodeJS/Express
- Database: MySQL, Knex
- Styling: HTML, CSS, SASS
- Marketing page
- Notifications when attendee requests sign up for an event and when a request has been accepted/rejected