Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 183 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 183 Bytes

Readme

Comment lancer

cd Exam1Api
dotnet restore
dotnet-ef database update
dotnet run

Comment lancer les tests

cd Exam1Api.Tests
dotnet test