Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 566 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 566 Bytes

micro-blog-api

micro blog api

my-api/ ├── src/ │ ├── application/ │ │ └── handlers/ │ │ └── [handler_name]/ │ │ └── index.js │ ├── domain/ │ │ ├── entities/ │ │ ├── repositories/ │ │ └── services/ │ ├── infrastructure/ │ │ ├── database/ │ │ └── server/ │ └── presentation/ │ ├── controllers/ │ └── validators/ ├── test/ ├── .env ├── .env.example ├── .gitignore ├── package.json └── README.md