Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karthik-ir/gamerecommendation


https://github.com/karthik-ir/gamerecommendation

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# gameRecommendation

Run `mvn clean package` to build the jar file.

Then you can run the project either

1. On your machine using `mvn spring-boot:run`

2. Build docker image with `docker build --build-arg JAR_FILE=./target/gameRecommendation-1.0.0.jar .`

then run the docker image `docker run -p 8080:8080 {IMAGE_ID}`