Car Buy and Rent System Project
I developed a professional web system using ASP.NET Core MVC that allows users to browse cars and request purchases or rentals, with an advanced admin control panel.
Tasks I completed:
Building a database and designing relationships using Entity Framework Core
Developing car display pages with filtering support by category, price, and status (buy/rent)
Developing a login system for users with privileges (regular user/admin)
Building a car ordering system (buy or rent) with order statuses (pending, accepted, rejected, canceled)
Supporting multiple images for each car and controlling them
An admin control panel that includes managing cars, reviewing orders, and accepting or rejecting them
Using SweetAlert for alerts and improving the user experience
Professionally separating and organizing code into Controllers, Views, and Models
The result: A fully integrated car sales and rental management system that is scalable and reliable in a real-world environment.
Technologies used:
ASP.NET Core MVC
Entity Framework Core
SQL Server
HTML, CSS, Bootstrap
JavaScript & SweetAlert
Identity for Authentication & Roles