An app where citizens can report illegally parked vehicles so authorities can verify and take action.
In order to run this project please follow these steps:
https://dotnet.microsoft.com/en-us/download
https://nodejs.org/en/download
git clone "https://github.com/Balcus/CarWatch.git"
cd CarWatch/AppHost
dotnet restore
dotnet runIf there are no build errors, this should output the path used to log into the Aspire Dashboard
cd CarWatch/frontend
npm install
npm startIf there are no build errors, this should output the path to the frontend web page