Skip to content

Balcus/CarWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarWatch

An app where citizens can report illegally parked vehicles so authorities can verify and take action.

Technology Stack

Dotnet

Dotnet

Dotnet



Run instructions

In order to run this project please follow these steps:

1. Install Docker and/or DokerDesktop :

Windows Linux MacOS

2. Install .NET SDK 9

https://dotnet.microsoft.com/en-us/download

3. Install Node.js v24.11

https://nodejs.org/en/download

4. Run project

4.1 Run Backend

git clone "https://github.com/Balcus/CarWatch.git"
cd CarWatch/AppHost
dotnet restore
dotnet run

If there are no build errors, this should output the path used to log into the Aspire Dashboard

4.2 Run Frontend

cd CarWatch/frontend
npm install
npm start

If there are no build errors, this should output the path to the frontend web page

About

An app where citizens can report illegally parked vehicles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published