Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 824 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 824 Bytes

ASP.NET MVC Shop Application

This project is a online shop application built using ASP.NET MVC with Entity Framework and Identity. The application allows users to register, login, create advertisements, make orders, add items to the cart, and perform CRUD operations on advertisements.

Feutures

  • User registration and login (authentication and authorization).
  • Create, read, update, and delete advertisements.
  • Make an orders for items.
  • Add items to the shopping cart.
  • User role management (admin and regular user).

Technologies

  • ASP.NET MVC: For building the web application.
  • Entity Framework (EF): For database interactions.
  • Identity: For user authentication and authorization.
  • SQL Server: For the database.
  • Bootstrap: For responsive UI design.
  • HTML/CSS/JavaScript: For front-end development.