Skip to content

Financial portfolio management system based on microservices architecture

License

Notifications You must be signed in to change notification settings

Expense-Tracker-Team/portfolio-manager

Repository files navigation

Portfolio Manager

Coverage Status

Summary

Financial portfolio management system based on microservices architecture.

Prerequisites

Installation

In this project we are using:

Getting started

How to run the project

You can run the services by executing docker-compose command:

docker-compose -f docker.compose.yaml -f docker.compose.dev.yaml up

Note that this will not rebuild the solution if there are any changes. Rebuild with

docker-compose build

External dependencies

After running the services, some of them might not function correctly as they are using external tools for logging, monitoring, etc.

You can find all external dependencies inside folder /compose where you can start them by using docker-compose.

Services

The docker-compose.yaml file will start the following services:

Contributors