https://github.com/edvinas01/meme-grid
A grid for memes
https://github.com/edvinas01/meme-grid
grid kotlin memes
Last synced: 7 months ago
JSON representation
A grid for memes
- Host: GitHub
- URL: https://github.com/edvinas01/meme-grid
- Owner: Edvinas01
- License: mit
- Created: 2018-02-25T15:32:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T19:09:27.000Z (about 6 years ago)
- Last Synced: 2025-03-17T04:43:32.790Z (7 months ago)
- Topics: grid, kotlin, memes
- Language: Kotlin
- Homepage:
- Size: 375 KB
- Stars: 9
- Watchers: 0
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
# Meme Grid [](https://circleci.com/gh/Edvinas01/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:
```bash
./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:
```bash
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:
```bash
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`.