Skip to content

Commit

Permalink
added api spec paths
Browse files Browse the repository at this point in the history
  • Loading branch information
T0B1K committed Mar 7, 2024
1 parent 0696b52 commit 78e0836
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

## Code Coverage

| Component | Coverage |
| :--- | :--- |
| Component | Coverage |
| :------------- | :------------------------------------------ |
| MS-BankAccount | ![coverage](../badges/jacoco-bankaccount.svg) |
| MS-Transaction | ![coverage](../badges/jacoco-transaction.svg) |
| MS-Product | ![coverage](../badges/jacoco-product.svg) |
| MS-Product | ![coverage](../badges/jacoco-product.svg) |
| MS-SavingsGoal | ![coverage](../badges/jacoco-savingsgoal.svg) |


## Analysis

### General
Expand Down Expand Up @@ -82,6 +81,18 @@

[Domain Analytics](./pages/design/domain_analytics.md)

### API Specifications

[Bank Account API](./implementation/BankAccount/src/main/resources/api/bankAccount.yaml)

[Transaction API](./implementation/transaction/src/main/resources/api/transaction.yaml)

[Savings Goal API](./implementation/savingsgoal/src/main/resources/api/savingsGoal.yaml)

[Shopping API](./implementation/product//src/main/resources/api/product.yaml)

[Analytics API](./implementation/Analytics/src/main/resources/api/Analytics.yaml)

## Local Deployment

[Deployment Steps](./pages/deployment/deployment.md)

0 comments on commit 78e0836

Please sign in to comment.