https://github.com/ronylee11/food-reservation-system
Food Reservation System
https://github.com/ronylee11/food-reservation-system
full-stack men
Last synced: 4 months ago
JSON representation
Food Reservation System
- Host: GitHub
- URL: https://github.com/ronylee11/food-reservation-system
- Owner: ronylee11
- License: mit
- Created: 2024-02-03T03:24:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T14:44:08.000Z (about 2 years ago)
- Last Synced: 2025-02-08T16:45:52.265Z (over 1 year ago)
- Topics: full-stack, men
- Language: HTML
- Homepage: https://food-reservation-system-zfmt.onrender.com/
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
## Screenshot

## Clone & Build Instructions
```
git clone https://www.github.com/ronylee11/food-reservation-system.git
cd food-reservation-system
npm i
```
## Run Instruction
Build project
```
npm run build
```
Seed database for sample data
```
npm run seed
```
Run website in development
```
npm run start
```
live-reloading
```
nodemon index.js
```
Note: install nodemon with `npm i -g nodemon` with administrator access