https://github.com/alexblackie/junk
🍆 Enterprise-grade solution to facilitate cloud-native image delivery at scale.
https://github.com/alexblackie/junk
gifs java memescale spring
Last synced: 2 months ago
JSON representation
🍆 Enterprise-grade solution to facilitate cloud-native image delivery at scale.
- Host: GitHub
- URL: https://github.com/alexblackie/junk
- Owner: alexblackie
- License: agpl-3.0
- Created: 2019-03-24T21:57:36.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:37:02.000Z (about 2 years ago)
- Last Synced: 2025-08-18T00:56:55.298Z (10 months ago)
- Topics: gifs, java, memescale, spring
- Language: Java
- Homepage: https://junk.pics
- Size: 442 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# junk dot pics
This is the intentionally overkill software that powers the website [junk dot pics](https://junk.pics).
## Development
This is a Java application using the Spring Framework, with using the
WebFlux/Reactive stack. You will need:
* A modern JDK (11+)
* Maven
* An Azure Storage account
Copy the example `application.yml` and fill it out:
```
$ cp src/main/resources/application.yml.example src/main/resources/application.yml
$ vim !$
```
Once edited, you can boot a local server:
```
$ mvn spring-boot:run
```
We have Spring Devtools enabled, so changes to application code will
automatically reload the server.