Rapidly build production quality analytics applications
This is an demo Yavin app to showcase how Yavin can be customize.
- Install Java 8 or greater (more info here)
git clone https://github.com/yavin-dev/customized-app-demo.git
cd customized-app-demo
./gradlew bootRun
- Open http://localhost:8080
- Build & Test:
./gradlew build
- Build Only:
./gradlew build -x test
- Build For Prod:
./gradlew build -Penvironment=production
- Run Jar:
java -jar ws/build/libs/yavin-ws.jar
- Test All:
./gradlew test
- Test UI:
./gradlew ui:test
- Test WS:
./gradlew ws:test
- Clean All:
./gradlew clean
- Clean UI:
./gradlew ui:clean
- Clean WS:
./gradlew ws:clean
- Define your DB config (currently loads data via the create-demo-data.sql script)
- Define your table config
- Check out our installation guide for more info
More documentation can be found on yavin.dev
This project is licensed under the MIT License.