Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 439 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 439 Bytes

Express API

A modern Express.js API built with TypeScript, featuring:

  • Express.js for API routing
  • MongoDB with Prisma ORM
  • JWT authentication with Passport.js
  • Full TypeScript support
  • ESLint + Prettier configuration
  • Jest testing setup

Getting Started

  1. Install dependencies:
yarn install
  1. Run the development server:
yarn dev

Use as a module

Use the examples in the sample directory.