This repository is about the HeartTrack API.
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
Antoine PEREDERII 274a52a932
🧪 Test mapper but not concluent
1 year ago
docs 🚀 Add One to many RelationShip 1 year ago
src 🧪 Test mapper but not concluent 1 year ago
.drone.yml Mise à jour de '.drone.yml' 1 year ago
.gitignore 🙈 APE Update db's gitignore 1 year ago
LICENSE Initial commit 1 year ago
README.md Mise à jour de 'README.md' 1 year ago

README.md

EF_WebAPI

This repository make a meeting of EF and WebAPI parts.

FROM /src dir

do

dotnet ef migrations add --project StubbedContextLib/StubbedContextLib.csproj --startup-project HeartTrackAPI/HeartTrackAPI.csproj --context StubbedContextLib.TrainingStubbedContext --configuration Debug Initial --output-dir Migrations

then

dotnet ef database update --project StubbedContextLib/StubbedContextLib.csproj --startup-project HeartTrackAPI/HeartTrackAPI.csproj --context StubbedContextLib.TrainingStubbedContext --configuration Debug