Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 954 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 954 Bytes

Eventor API Converter

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.

Features

  • 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.

Prerequisites

  • Java 21 or higher
  • Maven 3.6.0 or higher

Build the project

mvn clean install

Run the application

mvn spring-boot:run

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.