Skip to content

lanfeust69/LanfeustBridge

Repository files navigation

LanfeustBridge

Web application to manage bridge tournaments

This is mostly an experimentation around Asp.Net Core and Angular, however it may eventually come to something useful, who knows ?

Requirements

Running from the command line

# Running the server
cd LanfeustBridge.Server && dotnet run

# Running backend tests
cd MovementTests && dotnet test

# Running frontend unit tests
cd lanfeustbridge.client
npm test

# Running frontend end-to-end tests
# --silent is to avoid spurious npm error message in case of failure
cd lanfeustbridge.client
npm run e2e --silent

About

Web application to manage bridge tournaments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors