Skip to content

Gauravst/express-template-ts

Repository files navigation

Express TypeScript Template

A simple starter template for building APIs with Express.js + TypeScript

Features

  • Express.js + TypeScript
  • Prisma ORM (DB models & migrations)
  • JWT authentication (API tokens)
  • Session authentication (for web apps)
  • Passport OAuth (Google, GitHub)
  • API Key authentication (for service-to-service)
  • Auth middleware for route protection

Installation

git clone https://github.com/gauravst/express-template-ts.git
cd express-template-ts
npm install

Contributing

Contributions are welcome! Fork, improve, and open a PR 🙌

License

Custom (Here)

About

A simple starter template for building APIs with Express.js + Typescript

Topics

Resources

License

Stars

Watchers

Forks