Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.