Angular front-end compiled with .NET back-end in order to create a robust web application.
Find a file
2024-06-06 02:37:04 -04:00
.github Updated the project. 2024-05-29 16:03:55 -04:00
.vscode Updated the project. 2024-06-03 15:44:25 -04:00
bin/Debug/net8.0 Fixed the integration of Angular and .NET 2024-06-06 02:36:09 -04:00
Controllers Updated the project. 2024-06-03 15:44:25 -04:00
Models Updated the project. 2024-06-03 15:44:25 -04:00
obj Fixed the integration of Angular and .NET 2024-06-06 02:36:09 -04:00
Properties Added the files. 2024-02-08 19:29:56 -05:00
wwwroot Fixed the integration of Angular and .NET 2024-06-06 02:36:09 -04:00
Api.csproj Updated the project. 2024-06-03 15:44:25 -04:00
Api.http Updated the project. 2024-06-03 15:44:25 -04:00
Api.sln Updated the project. 2024-06-03 15:44:25 -04:00
appsettings.Development.json Added the files. 2024-02-08 19:29:56 -05:00
appsettings.json Added the files. 2024-02-08 19:29:56 -05:00
LICENSE.md Updated the project. 2024-05-29 16:01:13 -04:00
package-lock.json Updated the project. 2024-06-03 15:44:25 -04:00
Program.cs Fixed the integration of Angular and .NET 2024-06-06 02:36:09 -04:00
README.md Updated the project. 2024-05-29 16:01:13 -04:00

.NET Web API with Angular

This is a .NET backend server connected to a Angular front end. It retrieves api from https://api.hatchways.io/assessment/blog/posts?tag=tech using GET method from REST API. Angular and .NET connected in simplest way possible since VS Code doesn´t provide a template for .NET and Angular synchronisation. Angular could be removed to compile only .NET using swagger. For the sake of not breaking the code no changes will be made but controllers from Web API are still there in case.

Usage

Execute "dotnet run --launch-profile https"

Authors

  • Batuhan Basoglu