Skip to content

ronylee11/food-reservation-system

Repository files navigation

Screenshot

Homepage

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