Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.99 KB

README.md

File metadata and controls

56 lines (46 loc) · 1.99 KB

Rock Paper Scissors Build Status SonarCloud Quality Gate

A Spring Boot Microservice for the game of Rock Paper Scissors

About the game of Rock Paper Scissors

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Building the project

Project is bundled with the Gradle Wrapper

./gradlew clean build

Running the tests

./gradlew clean test

Run the application

Using java jar command

java -jar rock-paper-scissors-<version>.jar

Using Docker

Build the Docker image
docker build -t rockpaperscissors .
Run Docker container
docker run -p 8080:8080 -dit rockpaperscissors:latest

Built With

Versioning

Java Coding Style for IDE

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Google
  • Safari Books Online