Skip to content

Commit 42ec4d7

Browse files
Update README
1 parent 08852c2 commit 42ec4d7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Blazor Frontend
22

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).
3+
This is frontend application for a demonstration application "TeamUp" (team managment application) using backend REST 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).
44

5-
Application is implemented using the **Blazor** framework , Blazor Fluent UI library and custom implementation of cache-aside pattern levering browser's local storage.
5+
Application is implemented using the **Blazor** framework , Blazor Fluent UI library and custom implementation of cache-aside pattern leveraging browser's local storage.
66

77
### Run
88

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`
9+
```bash
10+
# with dotnet 8 sdk
11+
dotnet run --project src/TeamUp
12+
```
13+
14+
By default, the application launches at *https://localhost:7229*, to change the port, change the `applicationUrl` value in `src/TeamUp/Properties/launchSettings.json`.
15+
16+
By default, the application expects the backend API at *https://localhost:7089*, to change API address or port, change the `BackendUrl` value in both `src/TeamUp/appsetting.json` and `src/TeamUp.Client/wwwroot/appsetting.json`.
1017

1118
### Screenshots
1219

0 commit comments

Comments
 (0)