Skip to content

the-bose/meme-grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme Grid

The only hub for memes that you'll ever need.

Building

To build the project, you'll need to have JDK 8 installed. After you've got that ready, go to root project dir and run:

./gradlew shadowJar

This will create an executable .jar under libs/build.

Running

Before running the project, you'll have to setup PostgreSQL. Afterwards simply execute the built jar:

java -jar meme-grid.jar

This will start the application and bind it to port 8080.

Running using Docker

If you have Docker and Docker Compose setup, you can simply run:

sudo docker-compose -f scripts/docker-compose.yml -p memegrid up

This will start the application on port 8080 and expose PostgreSQL on port 5432.

About

A grid for memes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 79.4%
  • JavaScript 8.8%
  • HTML 7.1%
  • CSS 2.8%
  • Shell 1.4%
  • Dockerfile 0.5%