Skip to content

API project using ASP.NET Core and EF Core from balta.io course

Notifications You must be signed in to change notification settings

henriquesd/ProductCatalog

Repository files navigation

ProductCatalog

Commands

Executed on project:

  • Installed "Microsoft.EntityFrameworkCore.Sqlite" (NuGet Package Manager)
  • dotnet add package Microsoft.EntityFrameworkCore
  • dotnet add package Microsoft.AspNetCore.Mvc
  • dotnet add package Flunt
  • dotnet add package Microsoft.AspNetCore.ResponseCompression
  • dotnet add package Swashbuckle.AspNetCore (this is to document the API - here we are using Version 4.0.1, so you can execute: dotnet add package Microsoft.AspNetCore.ResponseCompression --version 4.0.1)

Database/Migrations:

  • dotnet ef migrations add Initial
  • dotnet ef database update

To execute:

  • dotnet watch run

Api Documentation:

About

API project using ASP.NET Core and EF Core from balta.io course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages