Web application for managing tabletop game player groups (TTRPG LFG tool). The application was designed and implemented according to the requirements of real potential users, and the results were tested with them; all details are provided in the Technical report. The Django backend was implemented collaboratively by a team, with each member then developing their own front end using their preferred framework.
- Docker
- Clone the repository
git clone https://github.com/petr-plihal/ttrpg-group-manager/ cd ttrpg-group-manager
-
Run the application
docker compose up --detach
The application will be accessible on localhost at port TODO.
Warning: The application is intended for demonstration and development purposes, it runs locally and has little to no safety measures.
-
Turn off the application
docker compose down
| Name | Login | Front end application folder |
|---|---|---|
| Petr Plíhal | xpliha02 | xpliha02_vue_js/ |
| Marek Pecháň | xpecha14 | xpecha14_angular/ |
| Marek Kozumplík | xkozum08 | xkozum08_react_native/ |
| Matyáš Oujezdský | xoujez02 | xoujez04_svelte/ |