A modern Express.js API built with TypeScript, featuring:
- Express.js for API routing
- MongoDB with Prisma ORM
- JWT authentication with Passport.js
- Full TypeScript support
- ESLint + Prettier configuration
- Jest testing setup
- Install dependencies:
yarn install
- Run the development server:
yarn dev
Use the examples in the sample
directory.