{"id":24064237,"url":"https://github.com/endurancecode/endurancetrio-scoring","last_synced_at":"2026-05-04T20:39:55.718Z","repository":{"id":130021354,"uuid":"608855525","full_name":"EnduranceCode/endurancetrio-scoring","owner":"EnduranceCode","description":"Application to create results of endurance races","archived":false,"fork":false,"pushed_at":"2024-12-06T22:53:54.000Z","size":66,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T08:06:58.390Z","etag":null,"topics":["java","spring-boot","spring-framework"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EnduranceCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-02T21:56:41.000Z","updated_at":"2023-03-03T00:42:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3b12b66-55ea-4f9f-8940-1ee79cf13dd4","html_url":"https://github.com/EnduranceCode/endurancetrio-scoring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EnduranceCode/endurancetrio-scoring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-scoring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-scoring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-scoring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-scoring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnduranceCode","download_url":"https://codeload.github.com/EnduranceCode/endurancetrio-scoring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-scoring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32624681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","spring-boot","spring-framework"],"created_at":"2025-01-09T10:08:16.908Z","updated_at":"2026-05-04T20:39:55.714Z","avatar_url":"https://github.com/EnduranceCode.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EnduranceTrio Scoring\n\n**EnduranceTrio Scoring** is a web application that takes the data recorded by timing devices, such\nas the ones produced by [MyLaps](https://www.mylaps.com/), and processes it to create and manage the\nresults of endurance races (*e.g.* running races and triathlons).\n\nThe development of this application is focused on the [MyLaps](https://www.mylaps.com/) timing\ndevices. When it becomes sufficient mature, it will then evolve to support other timing devices\nbrands.\n\n## Development\n\nThe main tools and technologies used to develop this software\nare [Git](https://git-scm.com/), [Maven](https://maven.apache.org/),\n[MySQL](https://www.mysql.com/), [Java (JDK 11)](https://openjdk.org/projects/jdk/11/),\n[Spring Boot](https://spring.io/) and [Thymeleaf](https://www.thymeleaf.org/).\n\nTo develop **EnduranceTrio Scoring** app start by cloning this repository with the following\ncommand:\n\n    git clone git@github.com:EnduranceCode/endurancetrio-scoring.git\n\n**EnduranceTrio Scoring** uses [MySQL Server](https://www.mysql.com/) to manage its databases,\ntherefore, it has to\nbe [installed, configured and running](https://github.com/EnduranceCode/server-setup-guide/blob/master/03-mysql-server-installation.md)\nin the development machine.\n\nThe file [`DATABASE.md`](./scoring-data/src/main/resources/db/DATABASE.md), stored in the\nfolder [`scoring-data/src/main/resources/db/`](./scoring-data/src/main/resources/db), documents the\nprocess to create, upgrade and manage the databases needed to run the **EnduranceTrio Scoring** app.\n\n## Deployment\n\n### Database\n\n**EnduranceTrio Scoring** uses [MySQL Server](https://www.mysql.com/) for its databases, therefore,\nit has to be installed, configured and running in the server where the application is deployed.\n\nThe file [`DATABASE.md`](./scoring-data/src/main/resources/db/DATABASE.md), stored in the\nfolder [`scoring-data/src/main/resources/db/`](./scoring-data/src/main/resources/db), documents the\nprocess to create, upgrade and manage the databases needed to run the **EnduranceTrio Scoring** app.\n\n### Building\n\nPrior to the build of the application, set the version on all `pom.xml` files, run the following\ncommand:\n\n    mvn versions:set -DnewVersion=VERSION_NUMBER\n\n\u003e VERSION_NUMBER : The new version number to be set on the pom.xml files\n\n*Work in Progress*\n\n## Usage\n\n*Work in Progress*\n\n## Licensing\n\nThe code in this project is [licensed](./LICENSE) under\nthe [MIT license](https://spdx.org/licenses/MIT.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendurancecode%2Fendurancetrio-scoring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendurancecode%2Fendurancetrio-scoring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendurancecode%2Fendurancetrio-scoring/lists"}