Welcome to my comprehensive Parking Management System! This web application is built on a robust Three-layered-architecture, offering a feature-rich experience with various CRUD operations and specialized methods. Explore the functionality of my system, including:
- Functional Database Operations: Seamlessly interact with a powerful database to store and retrieve data efficiently.
- User Management: Manage user accounts with ease, covering account creation, authentication, updates, and deletions.
- Reservation Management: Effortlessly handle parking reservations, ensuring a smooth experience for both users and administrators.
- User-friendly UI/UX: Enjoy a visually appealing and intuitive interface designed to enhance your overall experience.
Experience the power of the Parking Management System, where every feature is crafted to provide a seamless and efficient solution for your parking needs!
If you want to clone the repo locally you can paste the following command in your preferred terminal:
https://github.com/codingburgas/2324-technologies-11-transport-assignment-MMMarinov20
1. Navigate to the main folder:
cd 2324-technologies-11-transport-assignment-MMMarinov20/ParkingManagementSystem
2. Open the .sln file by typing:
ParkingManagementSystem.sln
3. Execute the SQL script
It is located in ParkingManagementSystem.DAL/Data/DatabaseScripts/dbScript.sql
4. Change the connection string to your current one
It is located in the ParkingManagementSystem.DAL/Data/DatabaseConnector.cs
5. Press F5 and enjoy!