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 c72dcdf299
continuous-integration/drone/push Build is passing Details
Try new Dockerfile for pipeline 🍻🍻
4 months ago
Infrastructure Sorry Leo 💄 💄 5 months ago
Server Try new Dockerfile for pipeline 🍻🍻 4 months ago
Shared Add users routes 🧑‍💻🧑‍💻 4 months ago
.drone.yml Removing SonarQube job from pipeline branch 🚩🚩 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 Remove sysctl command in Dockerfile 🔀🔀 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