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
1 year ago
Components Add teams administration panel (#3) 1 year ago
Models Add teams administration panel (#3) 1 year ago
Pages Add teams administration panel (#3) 1 year ago
Properties Show server errors 1 year ago
Services update routes 1 year ago
Shared Additions of some finishes 1 year ago
wwwroot Add teams administration panel (#3) 1 year ago
.gitignore update, remove and add new users into the server 1 year ago
AdminPanel.csproj Add teams administration panel (#3) 1 year ago
AdminPanel.sln fix solution 1 year ago
App.razor update, remove and add new users into the server 1 year ago
Program.cs update routes 1 year ago
README.md add readme 1 year ago
_Imports.razor update, remove and add new users into the server 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