Skip to content

Instantly share code, notes, and snippets.

@andre2l2
Last active March 9, 2023 00:33
Show Gist options
  • Save andre2l2/30fd38478ed3845c9e1c78b231a2c3a0 to your computer and use it in GitHub Desktop.
Save andre2l2/30fd38478ed3845c9e1c78b231a2c3a0 to your computer and use it in GitHub Desktop.

Arquitecture for backend

./src
├── application
│   └── health-check 
├── data
│   └── usecases
├── domain
│   ├── errors
│   ├── infra
│   └── @shared  
└── infra
    ├── framework
    ├── http
    ├── model
    ├── repository
    └── utils

Arquitecture for frontend

  • ITCSS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment