An open API service indexing awesome lists of open source software.

https://github.com/tkc/clean-architecture-scaffold

scaffold of clean architecture directory
https://github.com/tkc/clean-architecture-scaffold

clean-architecture clean-code scaffold

Last synced: 4 months ago
JSON representation

scaffold of clean architecture directory

Awesome Lists containing this project

README

          

# clean-architecture-scaffold

![image](https://user-images.githubusercontent.com/181991/78530755-3531d900-781f-11ea-9ff8-8f82ddc55c8d.png)

![image](https://user-images.githubusercontent.com/181991/78532132-a6728b80-7821-11ea-832d-6126b5f1bae3.png)

```
├── README.md
├── domain
│   └── model
├── infrastructure
│   ├── api
│   ├── db
│   ├── device
│   ├── external
│   ├── ui
│   └── web
├── interface
│   ├── controller
│   ├── gateway
│   ├── presenter
│   └── repository
└── usecase
```