This is a web application to demonstrate the usage of Riko. It can also be used as starter template for your projects.
This project is a Spring Boot based application and uses Gradle for build and dependency management.
The code is pretty self explanatory with comments where required. Please let me know if it isn't sufficient.
Riko's wiki references this project in its examples.
- Ensure you have JDK 9 (or above) and Git installed.
- Clone this project.
cd riko-starter
- Edit
com.github.rishabh9.rikostarter.constants.RikoStarterConstants
with your Upstox'sAPI Key
andAPI Secret
. ./gradlew build run
- Open your browser and visit
http://localhost:8080
.
Keep an eye on the console logs to see what happens when you click a button on the UI.