Skip to content

bervProject/SimplePasswordManagerService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Password Manager Service

SPMS Build (.NET) codecov Codacy Badge

Simple Password Manager Service

Tools

.NET

Storage Provider

  1. MongoDB

Planned

  1. Azure Key Vault
  2. AWS Secrets Manager

Pipelines

Azure DevOps

flowchart TD
    A[Install AWS CDK CLI] --> B(CDK Synth)
    B --> C[Docker Build]
    C --> D{Is Running in Main?}
    D -->|Yes| E[Push to ECR]
    D -->|No| F[End]
    E --> G[CDK Deploy]
    G --> F
Loading

LICENSE

MIT