/express-typescript-boilerplate

A boilerplate for building RESTful APIs using Node.js(TS), Express, and Prisma

Primary LanguageTypeScript

Express-TypeScript-Boilerplate

This is a boilerplate for ExpressJS with TypeScript.

Features

  • TypeScript
  • ExpressJS
  • Prisma
  • ESLint
  • Prettier
  • Jest
  • Docker
  • Docker Compose
  • GitHub Actions

Getting Started

Prerequisites

Installation

  1. Clone the repository
git clone
  1. Install dependencies
npm install
  1. Start the database
docker-compose up -d