Skip to content

stdagkalakis/YakShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published