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
- Host: GitHub
- URL: https://github.com/darkygr/asp.net-7-api-rest-angular-1
- Owner: DarkyGr
- Created: 2023-03-16T21:02:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T18:05:20.000Z (about 3 years ago)
- Last Synced: 2025-10-27T21:35:23.813Z (7 months ago)
- Topics: angular, asp-net-core, csharp
- Language: C#
- Homepage:
- Size: 218 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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