A comprehensive full-stack Restaurant Management System E-Commerce Website developed using ASP.NET Core, SQL Server, Bootstrap, HTML, CSS, and JavaScript. This project enables restaurant owners to manage menu items, process online orders, and streamline overall restaurant operations.
- Menu Management: Add, update, and delete menu items.
- Online Ordering: Customers can browse the menu and place orders online.
- Order Tracking: Real-time order status updates for both customers and staff.
- User Authentication: Secure login and registration for customers and administrators.
- Responsive Design: Mobile-friendly interface using Bootstrap.
- Frontend: HTML, CSS, Bootstrap, JavaScript
- Backend: ASP.NET Core (C#)
- Database: SQL Server
- Version Control: Git & GitHub
E-MexicanRestaurant/ ├── Controllers/ ├── Models/ ├── Views/ │ ├── Home/ │ └── Shared/ ├── wwwroot/ │ ├── css/ │ ├── js/ ├── appsettings.json ├── Program.cs ├── Startup.cs └── E-MexicanRestaurant.sln
git clone https://github.com/harshu10-coder/E-MexicanRestaurant.git
dotnet restore
dotnet ef database update