An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Screenshot

![Homepage](./assets/homepage.jpg)

## 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