TypeScript Express and MongoDB REST API boilerplate with authentication
Starter boilerplate for building REST APIs in Node.js using Express, TypeScript, and MongoDB (Mongoose). It implements common user management features — sign up/sign in, password reset, email verification, profile updates — plus token blacklisting via Redis, image upload, i18n, and email notifications. Suitable for backend services or SaaS APIs that require authentication and media handling.
0