Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History

StockTickR

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

StockTickR Server

The server application is located in the StockTickRApp folder.

To run:

$ dotnet restore
$ dotnet run

Application is hosted on http://localhost:5000 by default.

Node Client

The node client is located in the nodeClient folder. Instructions are in the README there.