Skip to content

Commit

Permalink
Update README 10.20.24
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhern committed Jan 20, 2024
1 parent 9303767 commit a89834b
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,35 +54,36 @@ Developed to streamline backend development, this boilerplate is your solution f

## 📁 Project Structure

```
.
├── common
├── middleware
├── errorHandler.ts
├── rateLimiter.ts
└── requestLogger.ts
├── models
└── serviceResponse.ts
└── utils
├── commonValidation.ts
├── envConfig.ts
└── httpHandlers.ts
│ ├── middleware
├── errorHandler.ts
├── rateLimiter.ts
└── requestLogger.ts
│ ├── models
└── serviceResponse.ts
│ └── utils
│ ├── commonValidation.ts
│ ├── envConfig.ts
│ └── httpHandlers.ts
├── index.ts
├── modules
├── healthCheck
└── healthCheckRoutes.ts
└── user
├── userModel.ts
├── userRepository.ts
├── userRoutes.ts
└── userService.ts
│ ├── healthCheck
└── healthCheckRouter.ts
│ └── user
│ ├── userModel.ts
│ ├── userRepository.ts
│ ├── userRouter.ts
│ └── userService.ts
└── server.ts

8 directories, 14 files

```
## 🤝 Feedback and Contributions
We'd love to hear your feedback and suggestions for further improvements. Feel free to contribute and join us in making backend development cleaner and faster!
🎉 Happy coding!
```

0 comments on commit a89834b

Please sign in to comment.