@afuggini/express-api
v0.0.1
Published
A modern Express.js API built with TypeScript, featuring:
Readme
Express API
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
Getting Started
- Install dependencies:
yarn install- Run the development server:
yarn devUse as a module
Use the examples in the sample directory.
