#How to properly run the application
(You want to be sure that .Net Core and NPM are installed on your Computer)
- Clone the repository
- Open the project folder in terminal
- Write command "dotnet restore"
- Open the folder Client app in command line or terminal
- Run the command "npm install"