TypeScript Express boilerplate with MongoDB connection and sample model.
Minimal TypeScript boilerplate for building REST APIs with Express and MongoDB. Includes a Mongoose-based connection and a sample Post model, plus a conventional folder structure for controllers, models, and routes. Provides scripts for building, cleaning, compiling, and running a development server with hot reloading.
0