A simple starter template for building APIs with Express.js + TypeScript
- Express.js + TypeScript
- Prisma ORM (DB models & migrations)
- JWT authentication (API tokens)
- Session authentication (for web apps)
- Passport OAuth (Google, GitHub)
- API Key authentication (for service-to-service)
- Auth middleware for route protection
git clone https://github.com/gauravst/express-template-ts.git
cd express-template-ts
npm installContributions are welcome! Fork, improve, and open a PR 🙌
Custom (Here)