Skip to content

the-jodingo/joash-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joash-web-app

DevOps Stack Overview

Component Selection
Pipeline Framework microservice
CI/CD Platform jenkins
Infrastructure aws-vpc-eks
Deployment Strategy blue-green
Environments dev, stage, prod
Observability cloudwatch
Security Framework nist-csf

Getting Started

# Setup the project
make setup

# Run locally
make run

# Deploy
make deploy

Project Structure

joash-web-app/
├── app/              # Application source code
├── ci/               # CI/CD pipeline configurations
├── infra/            # Infrastructure as Code
├── deploy/           # Deployment configurations
├── k8s/              # Kubernetes manifests
├── monitoring/       # Observability configs
├── security/         # Security policies & scanning
├── scripts/          # Utility scripts
├── docs/             # Documentation
└── tests/            # Test suites

Environments

  • dev
  • stage
  • prod

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors