https://github.com/ebharathi/prisma-server
Prisma migration and auth setup for nodejs typescript app
https://github.com/ebharathi/prisma-server
nodejs oauth2 prisma-orm server template typescript
Last synced: about 2 months ago
JSON representation
Prisma migration and auth setup for nodejs typescript app
- Host: GitHub
- URL: https://github.com/ebharathi/prisma-server
- Owner: ebharathi
- Created: 2025-03-18T19:03:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T19:41:38.000Z (over 1 year ago)
- Last Synced: 2025-03-19T20:34:08.883Z (over 1 year ago)
- Topics: nodejs, oauth2, prisma-orm, server, template, typescript
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🔐 Auth Server Template
A production-ready Node.js + TypeScript backend starter with Password + OAuth2 Authentication using Prisma ORM and JWT .
Includes Google, GitHub, and LinkedIn login strategies.
🚀 Features
- 🔑 Signup / Login with Email & Password
- 🌐 OAuth 2.0 Integration - Google, GitHub, LinkedIn
- 🧠 Session Handling with Passport.js
- 📦 Prisma ORM with PostgreSQL / MySQL / MongoDB
- 🔐 Secure Refresh & Access Tokens (JWT)
- 🛠️ TypeScript + Express.js Setup
- 📁 Clean Folder Structure & Scalable Template