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
Louis LABORIE c45c8b2c0e
continuous-integration/drone/push Build is failing Details
Adding pipeline branch to build image job 🔀🔀
5 months ago
Infrastructure Sorry Leo 💄 💄 5 months ago
Server Sorry Leo 💄 💄 5 months ago
Shared Sorry Leo 💄💄 5 months ago
.drone.yml Adding pipeline branch to build image job 🔀🔀 5 months ago
.gitignore ️ Implement Repository Pattern + some changes 8 months ago
API_dotnet.sln 🚑️ Fix critical path problem for swagger 5 months ago
Dockerfile Adding pipeline for API 🔀🔀 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