Skip to content

denisglubuchik/FinancialPortfolioApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Architecture Project with FastAPI, FastStream, and RabbitMQ

This project implements a microservices architecture using FastAPI, FastStream, and RabbitMQ for asynchronous messaging. The system allows for user creation financial portfolio and management its assets.

Architecture

The project consists of multiple microservices:

    Backend:

  • API gateway: Redirects requests to the required service - IN PROGRESS
  • User Service: Manages work with users.
  • Portfolio Service: Provides portfolio management features.
  • Analytics Service: Collects and analyzes user and portfolio data - IN PROGRESS
  • Notification Service: Sends notifications - IN PROGRESS
  • Frontend:

  • Frontend Service - IN PROGRESS

Getting Started

Installation

  1. Clone the repository:
  2. git clone https://github.com/your-username/your-repo.git
    `
  3. Navigate to the project directory:
  4. cd your-repo
  5. Create .env-docker file using .env-docker-example
  6. Run docker compose
  7. docker compose build && docker compose up

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published