https://github.com/labcabrera/rolemaster-core
Rolemaster API (Spring Boot Reactive + MongoDB)
https://github.com/labcabrera/rolemaster-core
api mongodb reactor rolemaster spring-boot-2
Last synced: 6 months ago
JSON representation
Rolemaster API (Spring Boot Reactive + MongoDB)
- Host: GitHub
- URL: https://github.com/labcabrera/rolemaster-core
- Owner: labcabrera
- Created: 2022-03-18T11:51:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T22:20:41.000Z (almost 4 years ago)
- Last Synced: 2023-12-19T16:09:42.903Z (over 2 years ago)
- Topics: api, mongodb, reactor, rolemaster, spring-boot-2
- Language: Java
- Homepage:
- Size: 1.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.adoc
Awesome Lists containing this project
README
= Rolemaster Core API
== Introduction
This API provides a set of services for using the Rolemaster RMSS game system designed by https://ironcrown.com/[Iron Crown Enterprises].
A demo of the API can be consulted at: https://rolemaster-core.herokuapp.com (be patient while Heroku starting the instance as it will usually be stopped).
To be able to use this API we also have a client developed in Angular in the repository https://github.com/labcabrera/rolemaster-client[rolemaster-client].
It offers the following functionalities:
* Character generation.
* Tactical support:
** Combat.
** Static maneuvers.
** Moving maneuvers.
** Spell casting.
* NPC administration.
* Item administration.
== Technologies
* Spring Boot 2.x.
* Reactor.
* MongoDB.
* OAuth 2.0 (Keycloak).