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.
|
1 year ago | |
---|---|---|
Components | 1 year ago | |
Models | 1 year ago | |
Pages | 1 year ago | |
Properties | 1 year ago | |
Services | 1 year ago | |
Shared | 1 year ago | |
wwwroot | 1 year ago | |
.gitignore | 1 year ago | |
AdminPanel.csproj | 1 year ago | |
AdminPanel.sln | 1 year ago | |
App.razor | 1 year ago | |
Program.cs | 1 year ago | |
README.md | 1 year ago | |
_Imports.razor | 1 year ago |
README.md
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