add architecture chart to readme

This commit is contained in:
Muhammad Azeez 2021-01-19 09:48:14 +03:00
parent 3f5493d896
commit 2d62d628d4
2 changed files with 7 additions and 5 deletions

View File

@ -6,9 +6,11 @@ This is an early look of what the future of authentication might look like for c
## Components ## Components
### IdentityServer 4 <img src="assets/architecture.png" alt="Components Architecture" style="zoom:50%;" />
We are using IdentityServer 4 to implement our Authorization Server. You can find [the source code here](./CSharp/AuthorizationServer). ### IAM
We are using IdentityServer 4 to implement our Authorization Server (Identity and Access Management). You can find [the source code here](./CSharp/AuthorizationServer).
**URL:** http://localhost:10000 **URL:** http://localhost:10000
@ -23,7 +25,7 @@ cd ./CSharp/AuthorizationServer
dotnet run dotnet run
``` ```
### Traffic Police React App ### Traffic Police App
This is a react SPA that allows citizens to manage their registered vehicles. It talks to the Traffic Police API to get and update data. You can find [the source code here](./React/traffic-police). This is a react SPA that allows citizens to manage their registered vehicles. It talks to the Traffic Police API to get and update data. You can find [the source code here](./React/traffic-police).
@ -67,7 +69,7 @@ dotnet ef database update
dotnet run dotnet run
``` ```
### Real Estate React App ### Real Estate App
This is a react SPA that allows citizens to manage their registered real estate. It talks to the Real Estate API to get and update data. You can find [the source code here](./React/real-estate). This is a react SPA that allows citizens to manage their registered real estate. It talks to the Real Estate API to get and update data. You can find [the source code here](./React/real-estate).
@ -123,7 +125,7 @@ npm install
node index.js node index.js
``` ```
### Tax ASP.NET Core App ### Tax App
This is a server-side app using ASP.NET Core Razor Pages. It talks to the Traffic Police API and Real Estate API to calculate taxes. You can find [the source code here](./CSharp/TaxApp). This is a server-side app using ASP.NET Core Razor Pages. It talks to the Traffic Police API and Real Estate API to calculate taxes. You can find [the source code here](./CSharp/TaxApp).

BIN
assets/architecture.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB