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
Leo TUAILLON abe52d71c2
🚑️ Hospital fix
4 months ago
Infrastructure 🚑️ Hospital fix 4 months ago
Server 🚑️ Hospital fix 4 months ago
Shared ️ Improve Training program 4 months ago
.gitignore ️ Implement Repository Pattern + some changes 8 months ago
API_dotnet.sln 🚑️ Fix critical path problem for swagger 5 months ago
README.md Sorry Leo 💄💄 5 months ago

README.md

Optifit WebService

Entity Framework - API dotnet


  .NET   C#   NuGet   Visual Studio   Git

Table des matières

Présentation | Répartition du Git | Prérequis | Getting Started | Fabriqué avec | Contributeurs |

Présentation

Récapitulatif du Projet

Ce repot représente le rendu en API et Entity Framework, dans le cadre de notre SAE de 3ème année à l'IUT de Clermont-Ferrand.

Prérequis

Il faut update la base de données avec les commandes suivantes dans le dossier Infrastructure (la commande pour faire une nouvelle migration n'est pas obligatoire mais est utile en cas de modification importante des entités) :

dotnet ef migrations add Initialize --context OptifitDbContext
dotnet ef database update --context OptifitDbContext

Premiers Pas

Fabriqué avec

Contributeurs