The server application is located in the StockTickRApp
folder.
To run:
$ dotnet restore
$ dotnet run
Application is hosted on http://localhost:5000
by default.
The node client is located in the nodeClient
folder.
Instructions are in the README there.