Skip to content

Repository files navigation

Projet C# ave WebAPI

Créer un projet

dotnet new webapi -n ApiExample --no-https

Ajouter les packages

Entity framework

dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet add package Microsoft.EntityFrameworkCore.Sqlite

Swagger

dotnet add package Swashbuckle.AspNetCore

Executer le projet

dotnet run # lancer une fois
dotnet watch # lancer avec le "hotreload"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages