An open API service indexing awesome lists of open source software.

https://github.com/jnwelzel/mars

Navigating on the red planet
https://github.com/jnwelzel/mars

java8 rest spring-boot

Last synced: about 2 months ago
JSON representation

Navigating on the red planet

Awesome Lists containing this project

README

          

# Instructions
- fire up the application using `$ mvn spring-boot:run`
- then hit the server using curl `$ curl -s --request POST http://localhost:8080/rest/mars/MMRMMRMM`
- you should see `(2, 0, S)` printed out

# Packaging app for servlet container
- use this command `$ mvn package` (this will also run the tests)