An open API service indexing awesome lists of open source software.

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

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