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

https://github.com/moncho/cautious-parakeet


https://github.com/moncho/cautious-parakeet

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Useless App

A sample project that uses Spring Boot and Docker.

Does nothing but complain.

## Build
### Gradle
Build the project artifact with `./gradlew clean build`
### Docker
Build the Docker image with `docker build -t useless:1.0 .`

## Run

`docker run -p 8080:8080 useless:1.0`