Skip to content

gavarava/rockpaperscissors

Repository files navigation

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

About

Rock Paper Scissors game micro-service using Spring Boot

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages