C#, JavaScript, HTML, CSS; ASP.NET, JQuery, Bootstrap, Bootswatch
- Adopted ASP.NET MVC in a management system using C#, HTML, and jQuery, enhancing code maintainability by 50%
- Created Category and Product features, allowing cashier to add, edit, and delete selected items
- Implemented Sell and Transaction features, simulating cashier behavior to sell items, check transaction history, and print reports
supermarket_live_demo.mov
Step 1. Clone the GitHub project to the local directory
git clone https://github.com/alimhtsai/Supermarket_management_MVC.git
Step 2. Start the application
- Run
cd WebApp
in the terminal to go to theWebApp
folder. - Run
dotnet watch
in the terminal. - If the app runs successfully, the terminal should show messages like this:
dotnet watch 🚀 Started
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://localhost:5153
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: .../WebApp