{"id":15814774,"url":"https://github.com/ovflowd/mars","last_synced_at":"2025-07-22T03:03:53.004Z","repository":{"id":111311196,"uuid":"116039358","full_name":"ovflowd/mars","owner":"ovflowd","description":":new_moon::sparkles: mars hover simulation algorithm for articulation and movement.","archived":false,"fork":false,"pushed_at":"2018-01-17T07:58:08.000Z","size":293,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T04:42:25.398Z","etag":null,"topics":["a-star","hover","java","junit","mars","nasa","pathfinder","rest","spring","tdd"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/ovflowd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-02T17:18:29.000Z","updated_at":"2023-08-20T12:34:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"36c11b70-95e8-4f8a-a583-4600508a9a35","html_url":"https://github.com/ovflowd/mars","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ovflowd/mars","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovflowd%2Fmars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovflowd%2Fmars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovflowd%2Fmars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovflowd%2Fmars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ovflowd","download_url":"https://codeload.github.com/ovflowd/mars/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovflowd%2Fmars/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266416983,"owners_count":23925299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["a-star","hover","java","junit","mars","nasa","pathfinder","rest","spring","tdd"],"created_at":"2024-10-05T04:42:33.237Z","updated_at":"2025-07-22T03:03:52.976Z","avatar_url":"https://github.com/ovflowd.png","language":"Java","readme":"\u003cimg src=\"https://ih0.redbubble.net/image.121379875.8690/sticker,220x200-bg,ffffff-pad,220x200,ffffff.u3.jpg\"/\u003e\n\n### M.A.R.S - A simple Hover Path Finder implementation Algorithm.\n\n----------------------\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]() [![Github All Releases](https://img.shields.io/github/downloads/ovflowd/mars/total.svg)]() [![GitHub release](https://img.shields.io/github/release/ovflowd/mars.svg)]() \n[![GitHub issues](https://img.shields.io/github/issues/ovflowd/mars.svg)]() [![codecov](https://codecov.io/gh/ovflowd/mars/branch/master/graph/badge.svg)](https://codecov.io/gh/ovflowd/mars) [![Docker Pulls](https://img.shields.io/docker/pulls/sant0ro/mars.svg)]()\n\n#### Build Status\n\nWindows | Linux | Artifacts |\n--------|--------------|-----------|\n[![Build status](https://ci.appveyor.com/api/projects/status/0w89cdu2wsi8ay0s?svg=true)](https://ci.appveyor.com/project/sant0ro/mars) | [![Build Status](https://travis-ci.org/ovflowd/mars.svg?branch=master)](https://travis-ci.org/ovflowd/mars) | [Artifacts](https://github.com/ovflowd/mars/releases) |\n\n## About\n\nThis is a small REST micro service to simulate a **Hover** movement control in Mars. This project was made using the following technologies:\n\n* JEE 8\n* Spring Boot 2.0\n* jUnit Jupiter\n* REST\n* TDD\n* And other minor specifications.\n\nThe project it's following the [IETF RFC 2616](https://tools.ietf.org/html/rfc2616).\n\n## Installation\n\nYou can clone this repository, or download the latest binaries.\n\n### From Source\n\n**Note.:** You need Java SDK 1.8 or higher.\n\nBuilding from the Source it's easy by using the [Gradle Wrapper](htts://gradle.org).\n\n```\ngradlew build\n```\n\n### From Binaries\n\n**Note.:** You need Java Runtime Environment 1.8 or higher.\n\n```\njava -jar mars-VERSION.jar\n```\n\n## Testing \u0026 Running\n\n### Testing\n\nThis application contains Integration and Unit Tests for each Useful Domain and Controller.\n\n**Note.:** We're using the Functional Programming paradigm for the Integration Tests, that means, we're not running a contained web server.\n\n```\ngradlew test\n```\n\n### Running the Application\n\nYou can just follow what explained on [From Binaries](#From-Binaries) or run the following Gradle command:\n\n```\ngradlew bootRun\n```\n\n## Extras\n\n### Building a Docker Image\n\nYou can deploy a Docker Image from this project by running\n\n```\ngradlew prepareDockerImage\n\ndocker build -t vendor/name build/docker\n```\n\n### Coverage Reports\n\nCoverage Reports are automatically generated in XML and HTML format after the `build` or the `test` commands.\n\n## Contributing\n\nYou can easily contribute to this project, just follow our [Contributing Guidelines](.github/CONTRIBUTING.md)\n\n## License\n\nThis software followsthe [MIT License](LICENSE), and was made for the test and development purpose for the applying of [ContaAzul](https://contaazul.com/) as Software Engineer.\n\nFeel free to edit, update and do whatever you want.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovflowd%2Fmars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovflowd%2Fmars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovflowd%2Fmars/lists"}