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
- Host: GitHub
- URL: https://github.com/willitscale/javademo
- Owner: willitscale
- License: mit
- Created: 2022-03-18T16:05:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T16:07:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T21:49:46.992Z (about 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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
```