Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dove6 committed Jan 14, 2022
1 parent eb72831 commit 8fbc9e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lab4/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# NTR21Z-Sygocki-Dawid lab4

Time Reporting System (TRS) React (z bazą) - 30 pkt - termin oddania zadania 28.01.2021 23.59

## Uruchamianie

### Development (serwer i klient na osobnych portach, śledzenie zmian)

```bash
dotnet run
```

### Produkcja (serwer i klient na wspólnym porcie)

```bash
dotnet publish -c Release
cd bin/Release/net6.0/publish
./Trs.exe
```

0 comments on commit 8fbc9e1

Please sign in to comment.