This Spring Boot web application converts Eventor IOF-XML files to JSON format, which is used in OriGo apps. The application provides endpoints to convert Eventor IOF-XML files to JSON. You can use tools like curl or Postman to interact with the API.
- Converts Eventor IOF-XML files to JSON.
- Supports single race events, multi-race events, and relay events.
- Utilizes Kotlin and Java.
- Built with Spring Boot and Maven.
- Java 21 or higher
- Maven 3.6.0 or higher
mvn clean install
mvn spring-boot:run
Fork the repository. Create a new branch (git checkout -b feature-branch). Make your changes. Commit your changes (git commit -am 'Add new feature'). Push to the branch (git push origin feature-branch). Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.