You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Server-Panel/README.md

379 B

instructions

Avant de démarrer cette application, il faut tout d'abord démarrer le serveur :

git clone https://codefirst.iut.uca.fr/git/IQBall/Appliction-Web.git
cd Appliction-Web
dotnet run --project API 

puis, dans un second terminal, démarrer ce projet :

git clone https://codefirst.iut.uca.fr/git/IQBall/Server-Panel
cd Server-Panel
dotnet run