Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 1.09 KB

used-technologies.md

File metadata and controls

30 lines (22 loc) · 1.09 KB

Used technologies

Authentick is built on top of other technologies. Whilst much of it should be self-explaining when reading the code, here is further documentation.

Frontend

The front-end is a Blazor application written in C# and executed using Web Assembly. Don't worry if you do not have any experience in either, it is pretty straight forward.

Backend

The backend is a C# ASP.NET Core application. We rely heavily on GRPC to communicate with the frontend.