Skip to content

direstrepo24/modular-credit-card-monolith-main

Repository files navigation

1. Run WebApp.

  • cd _Boostrapper/CrediCardApp
  • run npm install
  • run npm run dev

3. Run Backend

  • cd Boostrapper/CrediCard.Api
  • run dotnet restore
  • run dotnet run

Arquitecture

alt text

Modules

Cards Module

Responsible for Card Management

  • Credit Card Creation
  • Credit Card Updating
  • Credit Card List
  • Credit Card Delete

Payments Module

Responsible for Payment Management

  • Records the payment and dispatches a payment event

Transactions Module

Responsible for transaction history

Clean arquitecture every module

App Application

  • List of transactions by card and user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages