🌐
GitHub
github.com › antonio-lazaro › prisma-express-typescript-boilerplate
GitHub - antonio-lazaro/prisma-express-typescript-boilerplate: RESTful API server boilerplate suing Node JS, TypeScript, Express and Prisma. · GitHub
const express = require('express'); ... userController.createUser); In the example above, an authenticated user can access this route only if that user has the manageUsers permission....
Starred by 292 users
Forked by 68 users
Languages   TypeScript
🌐
GitHub
github.com › ascii-16 › expressjs-typescript-prisma-boilerplate
GitHub - ascii-16/expressjs-typescript-prisma-boilerplate: An express + typescript boilerplate with prisma preconfigured with eslint + prettier, swagger, husky, jest and supertest · GitHub
An express + typescript boilerplate with prisma preconfigured with eslint + prettier, swagger, husky, jest and supertest - ascii-16/expressjs-typescript-prisma-boilerplate
Starred by 85 users
Forked by 15 users
Languages   TypeScript 77.0% | CSS 11.3% | HTML 5.2% | Shell 4.2% | Makefile 1.5% | JavaScript 0.8%
Discussions

Express + TypeScript + Prisma Boilerplate
Why are you still using Express 4? Express 5 has been available for over a year More on reddit.com
🌐 r/node
4
0
February 23, 2026
I made a prisma boilerplate code generator for nestJS

I watched a talk on a tool called Amplication literally 30 minutes ago, saw the title just now and genuinely thought it'd be a promo for that. If you're interested: https://github.com/amplication/amplication

(The talk is going to be up on the WarsawJS YouTube channel in a while)

More on reddit.com
🌐 r/typescript
2
20
June 9, 2021
[deleted by user]
Your package.json is already out of date /s More on reddit.com
🌐 r/node
30
78
December 27, 2023
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose). Typescript
This is way more than boilerplate, this is a complete app that just needs business logic. Now I wish someone would create something like this for Java Springboot. More on reddit.com
🌐 r/javascript
19
140
March 4, 2023
🌐
Webdock.io
webdock.io › docs › how to guides › javascript guides › node.js boilerplate typescript, express, prisma
Node.js boilerplate Typescript, Express, Prisma – Webdock
September 30, 2025 - $ pnpm add -D @types/cookie-parser @types/cors @types/express @types/node dotenv nodemon prettier ts-node typescript ... dotenv: Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env. ... Adjust tsconfig.json as needed (e.g., "outDir": "./dist"). VSCode Extension: Install the Prisma VSCode Extension for syntax highlighting and auto-completion.
🌐
Starterindex
starterindex.com › express+prisma+typescript-boilerplates
15 Typescript, Express, Prisma Boilerplates and Starter Kits
Branches contain stand-alone set ups, including for serverless databases like PostgreSQL with Neon and MySQL with PlanetScale, Drizzle ORM, Prisma ORM v.5, but also MongoDB and Supabase. ... An awesome README template for your projects! ... 🚀🎉📚 Boilerplate and Starter for Serverless framework, ExpressJS, TypeScript, Prisma and MongoDB ⚡️ Made with developer experience first: Serverless framework + Live reload + Offline support + ExpressJS + TypeScript + ESLint + Prettier + Husky + Commitlint + Lint-Staged + Jest + Dotenv + esbuild + VSCode
🌐
GitHub
github.com › genzyy › Express-Prisma-Boilerplate
GitHub - rishitxyz/Express-Prisma-Boilerplate: An opinionated Typescript Express + Prisma boilerplate that is production ready.
An opinionated Typescript Express + Prisma boilerplate that is production ready. - rishitxyz/Express-Prisma-Boilerplate
Author   rishitxyz
🌐
Daily.dev
app.daily.dev › posts › express-typescript-prisma-boilerplate-ready-in-minutes-i-made-this-in-august-2025-so-its-pr-p6ynjz3fn
Express + TypeScript + Prisma Boilerplate — Ready in Minutes I made this in August 2025 so its pretty up to date. This is my first ever public contribution, tell me what you think! | daily.dev
September 6, 2025 - A comprehensive Express.js backend ... validation. The template provides a modular project structure with security middleware (Helmet), high-performance logging (Pino), and testing setup using Vitest and Supertest....
Find elsewhere
🌐
Prisma
prisma.io › express
Easy database access in Express servers - Prisma ORM
A ready-to-run example project for a REST API with Prisma ORM. ... Learn how to integrate Prisma ORM in an Express app in this step-by-step video tutorial.
🌐
Reddit
reddit.com › r/node › express + typescript + prisma boilerplate
r/node on Reddit: Express + TypeScript + Prisma Boilerplate
February 23, 2026 -

Hello everyone,

since I often find myself recreating the same stuff over and over again, I created this Express/TS boilerplate repo.

This is honestly the first time I do something like this, and I would love to know from you if I there are stuff I can improve.

these are the dependencies in the project, straight from the package.json:

"dependencies": {

"@prisma/adapter-libsql": "^7.4.1",

"@prisma/client": "^7.4.1",

"bcrypt": "^5.1.1",

"compression": "^1.7.4",

"cors": "^2.8.5",

"dotenv": "^16.4.5",

"express": "^4.18.3",

"express-async-errors": "^3.1.1",

"express-rate-limit": "^7.1.5",

"helmet": "^7.1.0",

"http-status-codes": "^2.3.0",

"jsonwebtoken": "^9.0.2",

"morgan": "^1.10.0",

"passport": "^0.7.0",

"passport-jwt": "^4.0.1",

"passport-local": "^1.0.0",

"swagger-jsdoc": "^6.2.8",

"swagger-ui-express": "^5.0.1",

"uuid": "^9.0.1",

"winston": "^3.11.0",

"zod": "^3.22.4"

},

🌐
GitHub
github.com › fabianferno › express-typescript-prisma-boilerplate
GitHub - fabianferno/express-typescript-prisma-boilerplate: A scalable typescript boilerplate to build Express REST APIs.
A scalable typescript boilerplate to build Express REST APIs. - fabianferno/express-typescript-prisma-boilerplate
Starred by 7 users
Forked by 6 users
Languages   TypeScript 96.3% | Shell 3.7% | TypeScript 96.3% | Shell 3.7%
🌐
GitHub
github.com › vincent-queimado › express-prisma-ts-boilerplate
GitHub - vincent-queimado/express-prisma-ts-boilerplate: 🚀 Fast and Easy Rest API Boilerplate with Express and Typescript Prisma ORM, Zod validation, Winston logger, Passport-jwt, Swagger, Jest, Eslint, Prettier, Husky, live reload, among others. A boilerplate for building production-ready RESTful APIs using Node.js. Happy coding! 💻💪
🚀 Fast and Easy Rest API Boilerplate with Express and Typescript 🌟 Prisma ORM, Zod validation, Winston logger, Passport-jwt, Swagger, Jest, Eslint, Prettier, Husky, live reload, among others.
Starred by 35 users
Forked by 3 users
Languages   TypeScript 87.4% | JavaScript 12.5% | Shell 0.1%
🌐
GitHub
github.com › sushantrahate › express-typescript-prisma-postgresql
GitHub - sushantrahate/express-typescript-prisma-postgresql: Express + TypeScript + Prisma + PostgreSQL Boilerplate · GitHub
Prisma 7 removes datasource.url/shadowDatabaseUrl from schema.prisma entirely in favor of a prisma.config.ts + driver-adapter (@prisma/adapter-pg) setup — a data-layer rewrite, not a drop-in bump. ESLint stays on the 9.x line. eslint-plugin-import's peer range still caps at ^9; eslint-plugin-unicorn is pinned to 65.0.1 (the last release supporting ESLint 9) since 70+ requires ESLint >=10.4. TypeScript stays on the 5.x line.
Starred by 45 users
Forked by 5 users
Languages   TypeScript 95.9% | JavaScript 4.1%
🌐
Starterindex
starterindex.com › express+nodejs+prisma-boilerplates
27 Express, Node.js, Prisma Boilerplates and Starter Kits
Node.js Express backend with Socket.IO, Prisma and Docker. ... Collection of starter templates for frontend, backend, and full-stack projects. ... TypeScript + Express authentication boilerplate with Prisma and PostgreSQL.
🌐
GitHub
github.com › ChaiyapatOam › node-ts-boiler-prisma
GitHub - ChaiyapatOam/node-ts-boiler-prisma: 🗂The Starter Boiler Template For Developing with NodeJs Express TypeScript and Prisma
This Repository is a boilerplate to build a RESTful API with Express.js and Prisma using TypeScript and yarn for package management
Author   ChaiyapatOam
🌐
GitHub
github.com › umairian › express-ts-prisma-boilerplate
GitHub - umairian/express-ts-prisma-boilerplate: Boilerplate Application for Express with TypeScript and Prisma ORM
Boilerplate Application for Express with TypeScript and Prisma ORM - umairian/express-ts-prisma-boilerplate
Author   umairian
🌐
GitHub
github.com › pshaddel › ts-express-prisma
GitHub - pshaddel/ts-express-prisma: Get started on your next TypeScript-Prisma-Express.js project with ease! Our template includes everything you need, from prettier eslint and tests to a Docker-compose file. Kickstart your development process and build with confidence. · GitHub
A Boilerplate for Express Apps with Prisma · This repo includes some features that are important to me: using Typescript · Hot Reload in Development · Using Docker for running Database · Using a ORM/ODM for the Database(in this case Prisma) Linting · Formatter · Validator ·
Starred by 13 users
Forked by 3 users
Languages   TypeScript 82.0% | Dockerfile 16.8% | JavaScript 1.2%
🌐
GitHub
github.com › mastercodercat › node-express-typescript-prisma-boilerplate
GitHub - mastercodercat/node-express-typescript-prisma-boilerplate: Express.js framework boilerplate with TypeScript, Prisma, ESLint, Husky and Jest
Express.js framework boilerplate with TypeScript, Prisma, ESLint, Husky and Jest - mastercodercat/node-express-typescript-prisma-boilerplate
Starred by 8 users
Forked by 4 users
Languages   TypeScript 76.0% | Shell 15.5% | JavaScript 8.5% | TypeScript 76.0% | Shell 15.5% | JavaScript 8.5%
🌐
GitHub
github.com › Oliver-ke › express-prisma
GitHub - Oliver-ke/express-prisma: Boilarplate repository for Node, Express, Prisma with TypeScript setup · GitHub
Express · Prisma · Typescript · download and setup postgres locally or use a remote database · create a new database or connect to an existing one · crate an example table · clone this repository · cd into this clone folder and run npm install to install all dependencies ·
Author   Oliver-ke