Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 653 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 653 Bytes

gameBoardStats

Quarto publish

Documentation link: GitHub pages

This is a simple web application that manages users, board games and gameplays, either by accessing a Thymeleaf admin frontend, via a React frontend (only plain users) or via API requests.

Some of its features:

  • Users can add games to its collection and add other users and friends
  • Admin can apply CRUD operations to:
    • Board games
    • Users
    • Gameplays

TODO:

  • Access all API features from a React application
  • Secure access to backend