Skip to content

Commit 3ec2b33

Browse files
Add README
1 parent 0cc2aa6 commit 3ec2b33

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Blazor Frontend
2+
3+
This is frontend for backend API (either [**Clean Architecture**](https://github.com/skrasekmichael/CleanArchitecture) or [**ModularMonolith**](https://github.com/skrasekmichael/ModularMonolith)) as part of my [**Master's Thesis**](https://github.com/skrasekmichael/ModularInformationSystemThesis) at [BUT FIT](https://www.fit.vut.cz/.en).
4+
5+
Application is implemented using the **Blazor** framework , Blazor Fluent UI library and custom implementation of cache-aside pattern levering browser's local storage.
6+
7+
### Run
8+
9+
Application expects backend API at address *https://localhost:7089* by default, to change API address or port, change `BackendUrl` value in both `src/TeamUp/appsetting.json` and `src/TeamUp.Client/wwwroot/appsetting.json`
10+
11+
### Screenshots
12+
13+
![team](images/team-page.png)
14+
![invite](images/team-invite-panel.png)
15+
![create event](images/create-event-page.png)
16+
![team events](images/team-events-page.png)
17+
![events](images/events-page.png)
18+
![my invitations](images/invitations-page.png)

0 commit comments

Comments
 (0)