Express
TypeScript
MongoDB
This is an API template I made beause I found myself repeating the same pattern everytime I start a new backend restfull api. It's fully written in TS and it has some handy functionality like buildt in like auth middleware, centralized error handling and the posibility to add custom errors on the fly. I belive the structure follows the fundamentals of CLEAN architecture, so you can exchange pieces of the code to match your desired stack


