FileExtension – GUI–part 4
Now I must do something for the people that just want to use the software. The most usual , for me, it is a .NET Core WebAPI site ( with swagger ) and an Angular frontend.
You can find the sources at https://github.com/ignatandrei/FileExtension/tree/master/src . Some thoughts:
For .NET Core ( see https://github.com/ignatandrei/FileExtension/tree/master/src/RecognizeFileExtWebAPI ) I use the following NuGET packages ( other than usual .NET Core)
Microsoft.AspNetCore.Mvc.Versioning
Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer
Swashbuckle.AspNetCore
Hellang.Middleware.ProblemDetails
The final result can be seen at https://fileextension.azurewebsites.net/swagger
For Angular( https://github.com/ignatandrei/FileExtension/tree/master/src/FileExtensionAng) I use the following packages( other than usual Angular)
@angular/material
angular-shepherd
The final result can be seen at https://fileextension.azurewebsites.net/
Leave a Reply