Skip to content
/ mars Public

🌑✨ mars hover simulation algorithm for articulation and movement.

License

Notifications You must be signed in to change notification settings

ovflowd/mars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M.A.R.S - A simple Hover Path Finder implementation Algorithm.


license Github All Releases GitHub release GitHub issues codecov Docker Pulls

Build Status

Windows Linux Artifacts
Build status Build Status Artifacts

About

This is a small REST micro service to simulate a Hover movement control in Mars. This project was made using the following technologies:

  • JEE 8
  • Spring Boot 2.0
  • jUnit Jupiter
  • REST
  • TDD
  • And other minor specifications.

The project it's following the IETF RFC 2616.

Installation

You can clone this repository, or download the latest binaries.

From Source

Note.: You need Java SDK 1.8 or higher.

Building from the Source it's easy by using the Gradle Wrapper.

gradlew build

From Binaries

Note.: You need Java Runtime Environment 1.8 or higher.

java -jar mars-VERSION.jar

Testing & Running

Testing

This application contains Integration and Unit Tests for each Useful Domain and Controller.

Note.: We're using the Functional Programming paradigm for the Integration Tests, that means, we're not running a contained web server.

gradlew test

Running the Application

You can just follow what explained on From Binaries or run the following Gradle command:

gradlew bootRun

Extras

Building a Docker Image

You can deploy a Docker Image from this project by running

gradlew prepareDockerImage

docker build -t vendor/name build/docker

Coverage Reports

Coverage Reports are automatically generated in XML and HTML format after the build or the test commands.

Contributing

You can easily contribute to this project, just follow our Contributing Guidelines

License

This software followsthe MIT License, and was made for the test and development purpose for the applying of ContaAzul as Software Engineer.

Feel free to edit, update and do whatever you want.