Skip to content

This document defines the basic requirements for a restaurant management system. The website will assist in managing key operations such as menu management, table management, and order processing.

Notifications You must be signed in to change notification settings

Menh1505/Restaurant-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant-Management

This document defines the basic requirements for a restaurant management system. The website will assist in managing key operations such as menu management, table management, and order processing.

Install dependencies

After clone project, run this script to auto install all dependencies for both front-end and back-end:

npm install

How to start

Single start

  • Client (front-end) run this scipt:
npm run start:client
  • Server (back-end) run this scipt:
npm run start:server

Multiple start

  • To start both client (front-end) and server (back-end) run this script:
npm start

About

This document defines the basic requirements for a restaurant management system. The website will assist in managing key operations such as menu management, table management, and order processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published