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

https://github.com/willitscale/javademo

Basic Demo of Creating a simple application with Java
https://github.com/willitscale/javademo

Last synced: about 2 months ago
JSON representation

Basic Demo of Creating a simple application with Java

Awesome Lists containing this project

README

          

# Java Demo

## Initial Bootstrap

```shell
curl -s https://gist.githubusercontent.com/willitscale/6323565922e5db45f17d0d35ea354888/raw/af03dce464e159984aee1919fee2bc683089bf07/install.sh | bash
```

## Running through Docker
```shell
docker-compose up
```

## Running Locally
```shell
docker run -p 27017:27017 mongo
./gradlew run
```