Welcome to Pair Wise - Tournament Management

This is a simple tournament management system. It supports Swiss-system pairings, player management, and authentication.

To get started, register an account and create your first tournament. You can add players, generate pairings for each round, and track standings as the tournament progresses.

Use the API endpoints to manage tournaments, players, and rounds.

For example, to create a tournament, send a POST request to /api/member/tournaments with the tournament details.

Refer to the documentation for more details on available endpoints and their usage.

Go to Pair Wise Application