Skip to content

xykkong/planet-api

Repository files navigation

CircleCI codecov

planet-api

A simple REST API built with Spring Boot.

Building planet-api

Just execute the following commands:

sudo ./gradlew build docker

sudo docker run -p 8080:8080 -t com.example.starwars/planet-api

After container initialization, the API will be available on localhost:8080.

If you are using a Web Browser, you will be redirected to a HTML page. If not, you can access the documentation using curl -i localhost:8080/v2/api-docs

About

A simple REST API built using Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published