Skip to content

A market management platform built with C# and ASP.NET Core in the MVC pattern

Notifications You must be signed in to change notification settings

alimhtsai/Supermarket_management_MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiki Supermarket Management Platform

C#, JavaScript, HTML, CSS; ASP.NET, JQuery, Bootstrap, Bootswatch

Introduction

  • 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

Live Demo

supermarket_live_demo.mov

Project Structure

mvc_aspnet

Local build

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

  1. Run cd WebApp in the terminal to go to the WebApp folder.
  2. Run dotnet watch in the terminal.
  3. 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
  1. open http://localhost:5153/

About

A market management platform built with C# and ASP.NET Core in the MVC pattern

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published