readme update

master
Tudor Stanciu 2023-03-05 03:06:15 +02:00
parent 0657aa9358
commit d1157e9751
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Network Resurrector is a system that comprises of five essential services which
## Main components
### Frontend
* The frontend component is a web application written in React JS that has the role of providing the user with a friendly visual interface through which to interact with the system.
* The [frontend](https://lab.code-rove.com/gitea/tudor.stanciu/network-resurrector-frontend) component is a web application written in React JS that has the role of providing the user with a friendly visual interface through which to interact with the system.
### API
* The API component is a .NET 6 REST API that has the role of mediating the exchange of data and commands between the frontend component and the database or server component.