Angular front-end compiled with .NET back-end in order to create a robust web application.
Find a file
2024-02-09 00:45:23 -05:00
.github/workflows Added the mirror links. 2024-02-09 00:45:23 -05:00
.vscode Added the files. 2024-02-08 19:29:56 -05:00
bin/Debug/net8.0 Finished the project. 2024-02-09 00:19:21 -05:00
Controllers Finished the project. 2024-02-09 00:19:21 -05:00
Models Added the files. 2024-02-08 19:29:56 -05:00
my-app Finished the project. 2024-02-09 00:19:21 -05:00
obj Updated the file. 2024-02-09 00:32:21 -05:00
Properties Added the files. 2024-02-08 19:29:56 -05: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 file. 2024-02-09 00:32:21 -05:00
package-lock.json Added the files. 2024-02-08 19:29:56 -05:00
Program.cs Added the files. 2024-02-08 19:29:56 -05:00
README.md Finished the project. 2024-02-09 00:19:21 -05:00
TodoApi.csproj Added the files. 2024-02-08 19:29:56 -05:00
TodoApi.http Added the files. 2024-02-08 19:29:56 -05:00
TodoApi.sln Added the files. 2024-02-08 19:29:56 -05:00
wwwroot Added the files. 2024-02-08 19:29:56 -05: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