https://github.com/maygo/dragonsofmugloar
https://github.com/maygo/dragonsofmugloar
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maygo/dragonsofmugloar
- Owner: MayGo
- Created: 2024-03-30T20:17:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T14:11:05.000Z (about 2 years ago)
- Last Synced: 2024-05-01T22:07:02.627Z (about 2 years ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.