git clone https://www.github.com/ronylee11/food-reservation-system.git
cd food-reservation-system
npm i
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