Skip to content

KWAI

The sports club management system.

KWAI is a project for managing a sports club.

Note

KWAI is a work in progress. The current focus is judo, therefore the name KWAI which means club in Japanese. Our judo club is already using it for managing the website with news, pages and trainings.

The system can be divided in two parts: a backend and a frontend.

Backend

Unlike the other version which was written in PHP, this backend is written in Python and uses FastAPI as web framework to provide an API for Kwai.

Backend documentation

Frontend

The frontend consists of several single page applications. Vue is used as JavaScript framework.

Frontend documentation