An open API service indexing awesome lists of open source software.

https://github.com/maygo/dragonsofmugloar


https://github.com/maygo/dragonsofmugloar

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Dragons of Mugloar

This project is a Java application that interacts with the Dragons of Mugloar game API. It provides Java interfaces for different API endpoints and includes models to represent the data returned by the API.
https://www.dragonsofmugloar.com/doc/

## Getting Started

To build and run the application, follow these steps:

1. Clone the repository.
2. Open the project in your favorite Java IDE.
3. Set the API base URL in the `application.properties` file.
4. Build the project using Maven.
5. Run the `Main` class to start the application.

`mvn exec:java -Dexec.mainClass="com.dragonsofmugloar.Main"`

## Testing

The project includes JUnit tests for the API interfaces and the main application. To run the tests, execute the test classes in your IDE or use the Maven command `mvn test`.