InvestPro is a powerful investment and utility software offering a range of features for managing investments, trading, and accessing financial data. It supports platforms like BINANCE US, COINBASE PRO, OANDA, TELEGRAM BOT, FOREX NEWS FACTORY, and provides features such as portfolio management, trade alerts, and trade signals.
- BINANCE US
- COINBASE PRO
- OANDA
- TELEGRAM BOT
- FOREX NEWS FACTORY
- Portfolio Management
- Trade Alerts
- Trade Signals
- Mini Web Browser
- Screenshot Feature
- Install Java Development Kit (JDK) version 11 or higher.
- Install Apache Maven version 3.6 or higher.
- Clone the InvestPro repository from GitHub.
-
Open a terminal in the project directory.
-
Run the following command to compile and package the application:
mvn clean package
-
Run the following command to start the application:
java -jar target/investpro-1.0-SNAPSHOT.jar
This will start the application on port 8080. Modify the port number if another application is using port 8080.
You can build the Docker image by running the following command:
docker build -t investpro .