Here’s a professional and well-structured description for your Parky Web repository:
Parky Web is the front-end web application for the Parky smart parking management system. Built with ASP.NET MVC, it provides an intuitive interface for users to book parking spots, manage reservations, and interact with the Parky API.
✅ User Authentication – Secure login and role-based access.
✅ Parking Slot Management – View available, reserved, and occupied slots in real-time.
✅ Reservation System – Users can book, modify, and cancel parking reservations.
✅ Interactive Dashboard – Admin panel for managing users, reservations, and reports.
✅ REST API Integration – Communicates with the Parky API to fetch and update data.
✅ Responsive UI – Mobile-friendly design using Bootstrap.
✅ Reports & Analytics – Track parking usage and generate reports.
- ASP.NET MVC – Server-side web framework
- Bootstrap & jQuery – Front-end styling and interactivity
- AJAX – Asynchronous communication with the API
- REST API Integration – Fetches data from Parky API
- SQL Server – Database for storing user and reservation data
- Clone the repository
git clone https://github.com/it2121/ParkyWeb.git cd ParkyWeb
- Update API Configuration
- Open
appsettings.json
and set the Parky API base URL:"ApiBaseUrl": "http://localhost:5000/api"
- Open
- Run the web application
dotnet run
- Access the system
- Open a browser and go to:
http://localhost:5001/
- Open a browser and go to:
MIT License – Open for contributions and modifications!
This description ensures clarity and highlights the key aspects of your Parky Web project. Let me know if you'd like any tweaks! 🚀