schlunzis / Kurtama

Simple implementation of the well known game Kurtama!
GNU General Public License v3.0
1 stars 1 forks source link

264 feature request server rest api with admin webpage #265

Open JayPi4c opened 3 months ago

JayPi4c commented 3 months ago

What type of PR is this? (keep all applicable)

Description

This PR adds a REST API to the server reachable at localhost:8008 At the same location is also a webview hosted for easier administration. The system uses the default UserStore. Furthermore, Roles have been introduced to limit the administration access only to privileged users. This PR only includes a rough foundation of what is possible. The main structure is implemented and it is possible to implement on top of it.

Related Tickets & Documents