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
- Host: GitHub
- URL: https://github.com/imkrunalkanojiya/vue-rms
- Owner: imkrunalkanojiya
- Created: 2022-12-27T05:45:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T05:50:52.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T19:43:49.287Z (9 months ago)
- Topics: json-server, restaurant-management, vue, vuejs
- Language: Vue
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```