if you want this project make work locally on your machine you need to do this:
- clone it to your machine
- run "npm i" from folder "Server"
- run "npm i" from folder "Client"
- start server from folder "Server" with command: npm run devStart
- start client from folder "Client" with command: npm run start
- enjoy