From 42ec4d7cb0e92ab8ca217eb9c07260af68c1d389 Mon Sep 17 00:00:00 2001 From: "skrasek.michael" Date: Thu, 16 May 2024 01:42:52 +0200 Subject: [PATCH] Update README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a80a820..ff33c28 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # Blazor Frontend -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). +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). -Application is implemented using the **Blazor** framework , Blazor Fluent UI library and custom implementation of cache-aside pattern levering browser's local storage. +Application is implemented using the **Blazor** framework , Blazor Fluent UI library and custom implementation of cache-aside pattern leveraging browser's local storage. ### Run -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` +```bash +# with dotnet 8 sdk +dotnet run --project src/TeamUp +``` + +By default, the application launches at *https://localhost:7229*, to change the port, change the `applicationUrl` value in `src/TeamUp/Properties/launchSettings.json`. + +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`. ### Screenshots