Skip to content

I love working with API's, so I spent some time creating my own API with ASP.Net Core

Notifications You must be signed in to change notification settings

jorneycr/My-Books-ASP.NET-Core-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Books

Tools/NuGet/Package Manager Console version 5.0.2

Install-Package Microsoft.EntityFrameworkCore

Install-Package Microsoft.EntityFrameworkCore.SqlServer

Install-Package Microsoft.EntityFrameworkCore.Tools

Add Migration

Add-Migration InitialDatabseMigration

Update-Database

Add Docker SQL Server

docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=abcd1234*" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest

Add .gitignore

dotnet new gitignore

About

I love working with API's, so I spent some time creating my own API with ASP.Net Core

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages