README
This Spring Boot application is written in Kotlin and is designed to check the position and balance on the Bingx trading platform using the Bingx API. The application is configured using the application.yml file, which contains the API key, secret key, URL, base margin, and loss percentage.
To run this application on Windows, you must first ensure that you have Java and Kotlin installed on your system. Once you have these dependencies installed, you can follow the steps below to run the application.
Steps to Run the Application:
-
Clone the repository to your local machine using the command below:
bashCopy code
git clone <repository_url> -
Navigate to the project directory:
bashCopy code
cd <project_directory> -
Open the
application.ymlfile and update the configuration with your Bingx API key, secret key, and other required values. -
Build the project using the following command:
bashCopy code
./gradlew build -
Once the build is complete, run the application using the following command:
bashCopy code
java -jar StockMonitor-0.0.1-SNAPSHOT.jar.jarNote: Replace
<jar_filename>with the name of the jar file that was generated during the build process. -
The application will now start running, and you can access it by navigating to
http://localhost:<port_number>/in your web browser.
That's it! You have now successfully run the Spring Boot application on your Windows machine.
Note: If you face any issues while running the application, please check the logs for any error messages or contact the project team for assistance.