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.
After clone project, run this script to auto install all dependencies for both front-end and back-end:
npm install
- Client (front-end) run this scipt:
npm run start:client
- Server (back-end) run this scipt:
npm run start:server
- To start both client (front-end) and server (back-end) run this script:
npm start