VishalThapaliya / vue3-restaurant-management-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VUE 3 | Restaurant Management App

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

[!NOTE]

json-server package must be installed and should in the running mode to make this app working. To make the database running and available, go to the database folder and run the following command.

json-server --watch data.json

Project Modules

  • Login User
  • Register User
  • Routing
  • Logout
  • API
  • Restaurant List
  • Add Restaurant
  • Delete Restaurant
  • Update Restaurant
  • Sorting
  • Many more...

Backend

  • JSON-server for API
  • Postman for API Testing
  • APIs
    • Restaurant listing API
    • Add new restaurant API
    • Update restaurant API
    • Delete restaurant API
    • User Auth

Technologies

  • NodeJs & NPM
  • VUE 3
  • Axios package for API integration
  • JSON server for API

About


Languages

Language:Vue 86.8%Language:JavaScript 9.1%Language:HTML 4.1%