Skip to content

nthoaithuong/Restaurant-Management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTAURANT_MANAGEMENT

A desktop application for managing restaurant operations, built with .NET Framework.

🧾 Features

  • Table and order management
  • Menu and dish management
  • Invoice generation
  • Staff and user account management
  • SQL Server database integration

🛠️ Technologies

  • C# with Windows Forms
  • .NET Framework
  • SQL Server
  • ADO.NET

📂 Project Structure

RESTAURANT_MANAGEMENT/
├── bin/             # Compiled binaries (excluded from Git)
├── obj/             # Temporary object files (excluded from Git)
├── Database.sql     # SQL script for database schema
├── *.sln            # Visual Studio solution file
├── *.csproj         # Project file
└── README.md

🚀 Getting Started

  1. Clone the repository:

    git clone https://github.com/MuniHao/RESTAURANT_MANAGEMENT.git

    Open the solution file (.sln) in Visual Studio.

    Restore NuGet packages if prompted.

    Set up the database using Database.sql.

    Build and run the application.

📌 Notes

  • Ensure SQL Server is installed and running.
  • Update the connection string in the application settings as needed.

📷 Screenshots






About

A desktop-based restaurant management system developed in C# using Windows Forms and ADO.NET.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 89.6%
  • TSQL 10.4%