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