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

https://github.com/imkrunalkanojiya/vue-rms

Implemented Restaurant Management System in VueJS with Authentication in JSON Server
https://github.com/imkrunalkanojiya/vue-rms

json-server restaurant-management vue vuejs

Last synced: 8 months ago
JSON representation

Implemented Restaurant Management System in VueJS with Authentication in JSON Server

Awesome Lists containing this project

README

          

# vue-rms

This is Restaurent Management Project Buit in VueJS3
Functionality - Authentication and CRUD Operation with JSON Server

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### RUN JSON Server
```
json-server --watch db/db.json
```

### Compiles and minifies for production
```
npm run build
```