SushiStore Management is a restaurant management application designed to optimize the ordering process, menu management, employee tracking, and customer interactions. The system supports server-side rendering using the MVC model for optimal performance and a smooth user experience.
- MVC (Model-View-Controller) pattern
- Server-side rendering for speed and security optimization
Requirements: Node.js and SQL Server must be installed.
# Clone repository
git clone https://github.com/your-repo/SushiStore_management_project.git
cd SushiStore_management_project
# Install dependencies
npm install- Create a database in SQL Server
- Update connection details in
.env
npm startOpen your browser and visit http://localhost:8080
- 📧 Email: danhnguyen01112@gmail.com


