an API that returns random Reddit Submissions written in Java https://redditapi.adb.sh/api/v1/r/programmerhumor/random
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
adb 584b851b4c add build and run instructions 3 years ago
docker add docker-compose and Dockerfile 3 years ago
src/main/java add docker-compose and Dockerfile 3 years ago
.gitattributes init gradle add dependency jreddit 3 years ago
.gitignore init gradle add dependency jreddit 3 years ago
Dockerfile add docker-compose and Dockerfile 3 years ago
README.md add build and run instructions 3 years ago
RandomRedditMemesAPI.iml init gradle add dependency jreddit 3 years ago
build.gradle add docker-compose and Dockerfile 3 years ago
docker-compose.yml add docker-compose and Dockerfile 3 years ago
gradlew debug RedditAPI 3 years ago
gradlew.bat debug RedditAPI 3 years ago
settings.gradle init gradle add dependency jreddit 3 years ago

README.md

RandomRedditMemesAPI

an API that returns random Reddit Submissions written in Java

build and run

build project

first make sure you're using Gradle 6.8 and openjdk-jdk8

to build the project just run:

gradle build

run

to execute the .jar archive you built before run:

java -jar ./build/libs/RandomRedditMemesAPI.jar

run inside docker

to execute the .jar file inside docker use docker-compose:

docker-compose -p RandomRedditMemesAPI up -docker

build docker image

if you want to build a full docker image run:

docker build .

alternatively you can use ./docker/docker-compose.yml