Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.03 KB

MuMerch


A Merchandise Management System built with ASP.Net Web API

This project was developed as a learning exercise in .NET Framework.


🚀 Project Overview

MuMerch is a university project designed to understand and implement key aspects of the .NET Framework. It focuses on backend development with ASP.Net Web API, including the application of design principles and data access strategies.


🔧 Key Features

  • Basic CRUD operations with Authentication and Authorization
  • Adherence to "SOLID" design principles
  • Backend developed using ASP.Net Web API
  • Data access managed with Entity Framework and LINQ
  • Database powered by MS SQL
  • Frontend layer is planned to be developed using React.js in the near future