The Investment Aggregator API is a backend application designed to manage users, investment accounts, and assets (stocks). The primary objective is to provide functionalities that allow users to register, update, and retrieve information related to their accounts and financial assets.
- Spring Boot with JAVA 21
- MySQL (configured via Docker)
- JUnit, Mockito
- Maven, Docker
- JAVA 21
- Docker and Docker Compose
- Recommended IDE (IntelliJ)
To start, clone the repository to your local environment:
git clone https://github.com/melvintivane/investment_aggregator.git
Change to the project directory:
cd /investments_agregator
Build and run the Docker containers for the application and database:
cd /docker
docker-compose up
Register for an account at Brapi
Generate a Brapi Token from your dashboard. Ensure you keep this token secure and do not expose it in your codebase.
-
Open your project in IntelliJ.
-
Go to Run > Edit Configurations.
-
Select the appropriate configuration.
-
Add the following environment variable:
BRAPI_TOKEN=your_generated_token_here
SEE THE ILLUSTRATION BELLOW
Run the application from IntelliJ or using the following Maven command:
mvn spring-boot:run
Feel free to contribute by submitting pull requests or reporting issues in the repository.
For further assistance, contact the maintainer at [email protected].