Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:37:02.000Z (6 months ago)
- Last Synced: 2024-12-20T21:13:10.128Z (14 days 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 accountCopy 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.