An open API service indexing awesome lists of open source software.

https://github.com/darkygr/asp.net-7-api-rest-angular-1

ASP.NET 7 - API REST - Angular - Tasks
https://github.com/darkygr/asp.net-7-api-rest-angular-1

angular asp-net-core csharp

Last synced: 18 days ago
JSON representation

ASP.NET 7 - API REST - Angular - Tasks

Awesome Lists containing this project

README

          

# ASP.NET 7 - API REST - Angular - Tasks

This applcation was made with:
- ASP.NET Core 7
- SQL Server 2019

Also, this API was published on free hosting.
- Somee (Create Database and WebSite)

Required packages:
- Microsoft.EntityFrameworkCore.SqlServer 7.0.1
- Microsoft.EntityFrameworkCore.Tools 7.0.1

Use the following command line to add our database context to our project:
- In Visual Studio, find the "Tools" tab > NuGet Package Manager > Package Manager Console.
- And paste in the console -> Scaffold-DbContext "Server=(local); DataBase=db_tasks; Trusted_Connection=True; TrustServerCertificate=True;" Microsoft.EntityFrameworkCore.SqlServer -OutPutDir Models