Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 510 Bytes

File metadata and controls

26 lines (21 loc) · 510 Bytes

YakShop

Welcome to my Yak shop were the milk if fresh and the wool is soft!
Front end implemented using ReactJs.
Back end implemented using dotnet.

Run dotnet API.

# runs at localhost:5000
cd YakShop.API/  
dotnet run  # (or "dotnet watch run" to auto restart on save)

Run client.

# runs at localhost:3000
cd yakshop-client/  
npm start

Run console app.

cd YakShop.ConsoleApp/
dotnet run [file name] [days] # dotnet run testXml.xml 13 to run test