Server Administration Application
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.
 
 
 
 
Go to file
Maxime BATISTA 4256234e27
add readme
7 months ago
Components Add teams administration panel (#3) 8 months ago
Models Add teams administration panel (#3) 8 months ago
Pages Add teams administration panel (#3) 8 months ago
Properties Show server errors 8 months ago
Services update routes 7 months ago
Shared Additions of some finishes 8 months ago
wwwroot Add teams administration panel (#3) 8 months ago
.gitignore update, remove and add new users into the server 9 months ago
AdminPanel.csproj Add teams administration panel (#3) 8 months ago
AdminPanel.sln fix solution 10 months ago
App.razor update, remove and add new users into the server 9 months ago
Program.cs update routes 7 months ago
README.md add readme 7 months ago
_Imports.razor update, remove and add new users into the server 9 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