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.
Maxime BATISTA
4256234e27
|
9 months ago | |
---|---|---|
Components | 10 months ago | |
Models | 10 months ago | |
Pages | 10 months ago | |
Properties | 10 months ago | |
Services | 9 months ago | |
Shared | 10 months ago | |
wwwroot | 10 months ago | |
.gitignore | 10 months ago | |
AdminPanel.csproj | 10 months ago | |
AdminPanel.sln | 11 months ago | |
App.razor | 10 months ago | |
Program.cs | 9 months ago | |
README.md | 9 months ago | |
_Imports.razor | 10 months 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