A basic ASP.NET Core Web API for managing a car park system. The API allows for updating parking counts, editing counts, and retrieving total counts.
Before you begin, ensure you have the following installed on your machine:
- .NET SDK (version 6.0 or later)
- SQL Server
- SQL Server Management Studio (SSMS)
git clone https://github.com/aeyage/car-park-system.git
cd car-park-system