This is a group project made by me and my classmate. The application features a simple car dealership in the console.
- See all vehicles in the dealership.
- see all reserved vehicles.
- See chosen vehicles by filtering.
- Buy a vehicle.
- Reserve a vehicle.
- .NET 8 or higher
If you are using Visual Studio or any other IDE with an integrated repo-cloning function use it with this URL - https://github.com/Marremelad/CarzCo.git then open the solution and run the program.
Else, do the following.
- Open the terminal on your computer.
- Navigate to the directory where you keep your repositories.
- Run the following command
git clone https://github.com/Marremelad/CarzCo.git
- Navigate into the directory that holds the project and run the following command.
dotnet run