https://github.com/kuro-jojo/cars-webapp
A web app for selling repaired cars
https://github.com/kuro-jojo/cars-webapp
Last synced: 3 months ago
JSON representation
A web app for selling repaired cars
- Host: GitHub
- URL: https://github.com/kuro-jojo/cars-webapp
- Owner: kuro-jojo
- Created: 2024-03-02T22:19:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T22:58:37.000Z (over 1 year ago)
- Last Synced: 2025-01-08T01:48:57.156Z (5 months ago)
- Language: HTML
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EMG Voitures
Application web pour la gestion d'inventaire de voitures écrit en c# avec razor pages.## Prérequis
- Visual Studio 2019 ou vscode
- .NET Core 8.0## Installation
1. Cloner le projet
2. Ouvrir le projet avec Visual Studio 2019
3. Lancer le projetSur vscode
```bash
cd cars-webapp/cars-webapp
dotnet run
```
## Utilisation
- Ajouter une voiture
- Modifier une voiture
- Afficher les détails d'une voiture
- Afficher la liste des voituresPour la connexion :
- Username : admin
- Password : admin
## Auteur
[Koumou Jonathan A.](https://github/kuro-jojo)