Provides a system for tracking of persona progress with support for levels, skill trees and classes.
To get started using this service first clone the source. It is highly recommended that you fork the project first.
git clone https://gitlab.com/AcceleratXR/Core/progression_services.git
Open up a new shell to the cloned folder and build the Docker image using docker-compose
.
docker-compose build
You can now run the server with the following command.
docker-compose up
Visual Studio Code is the recommended IDE to develop with. The project includes workspace and launch configuration files out of the box.
To debug while running via Docker Compose select the Docker: Attach Debugger
configuration and hit the F5
key. If you want to run the server directly and debug choose the Launch Server
configuration.