Skip to content

Commit

Permalink
Regenerated documentation (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavaVedernikov authored Mar 13, 2024
2 parents 4f7adce + 7793763 commit 9a8cb6e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Provided Internet Banking services

| Name | Description | Type | Technology |
| ---- | ----------- | ---- | ---------- |
| [Web Application](./Containers/Web%20Application/About.md) | Delivers the static content and the Internet banking SPA | WebApplication | - |
| [Single-Page App](./Containers/Single-Page%20App/About.md) | Provides all the Internet banking functionality to customers via their web browser | Spa | - |
| [Mobile App](./Containers/Mobile%20App/About.md) | Provides a limited subset of the Internet banking functionality to customers via their mobile device | Mobile | - |
| [API Application](./Containers/API%20Application/About.md) | Provides Internet banking functionality via API | Api | - |
| [Database](./Containers/Database/About.md) | Stores user registration information, hashed auth credentials, access logs, etc. | Database | - |
| [Web Application](./Containers/Web%20Application/README.md) | Delivers the static content and the Internet banking SPA | WebApplication | - |
| [Single-Page App](./Containers/Single-Page%20App/README.md) | Provides all the Internet banking functionality to customers via their web browser | Spa | - |
| [Mobile App](./Containers/Mobile%20App/README.md) | Provides a limited subset of the Internet banking functionality to customers via their mobile device | Mobile | - |
| [API Application](./Containers/API%20Application/README.md) | Provides Internet banking functionality via API | Api | - |
| [Database](./Containers/Database/README.md) | Stores user registration information, hashed auth credentials, access logs, etc. | Database | - |

0 comments on commit 9a8cb6e

Please sign in to comment.