Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthik-ir/gamerecommendation
https://github.com/karthik-ir/gamerecommendation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/karthik-ir/gamerecommendation
- Owner: karthik-ir
- Created: 2018-02-15T13:05:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T13:11:47.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T15:55:21.028Z (3 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}`