Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khoiuna/cooking-reservation
A web application for reserving cooking time slot
https://github.com/khoiuna/cooking-reservation
express nodejs postgresql reactjs
Last synced: about 7 hours ago
JSON representation
A web application for reserving cooking time slot
- Host: GitHub
- URL: https://github.com/khoiuna/cooking-reservation
- Owner: KhoiUna
- Created: 2021-02-11T10:08:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T01:21:01.000Z (over 2 years ago)
- Last Synced: 2023-03-10T12:16:46.640Z (over 1 year ago)
- Topics: express, nodejs, postgresql, reactjs
- Language: JavaScript
- Homepage: https://cooking-reservation.vercel.app
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cooking Reservation App
## Introduction:
- A web application for reserving cooking time slot.
- Utilizing [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API#speech_synthesis) to greet users after submitting forms.
- Using [Discord's Webhook](https://discord.com/developers/docs/resources/webhook#execute-webhook) to create alerts when users send feedback or request a cancellation.- Built with:
- Frontend: [NextJS](https://nextjs.org/)
- Backend: [Express](https://expressjs.com/), [Sequelize](https://sequelize.org/)
- Database: [PostgreSQL](https://www.postgresql.org/)- Live demo [here](https://cooking-reservation.vercel.app/).
### Instructions:
1. `git clone https://github.com/KhoiUna/cooking-reservation.git`
2. `cd client` -> `npm i` -> `npm run dev`
3. `cd server` -> `touch .env` with your own env variables -> `npm i` -> `npm start`#### Notes:
- Made this for my [University of North Alabama](https://una.edu)'s dorm - Rice Hall - to follow COVID-19 guidelines.