Skip to content

sahil-github011/express-prisma-postgres-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Quick Start

  1. Clone the repository
  2. Install dependencies: npm install
  3. Start PostgreSQL: docker-compose up -d
  4. Set up environment: Copy .env.example to .env
  5. Run migrations: npm run prisma:migrate
  6. Start development: npm run dev

About

Node.js + TypeScript template with Express, Prisma ORM, PostgreSQL (Docker).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published