Skip to content

ribbinpo/node-express-boilerplate

Repository files navigation

Description

This is a boilerplate project for building a REST API using Express and TypeScript. It includes basic setup for request validation using express-validator and testing with jest.

Installation

# install the package
npm install

Running the app

# development mode
npm run dev

# production mode
npm run build && npm run start

Test

# unit tests
$ npm run test

Releases

No releases published

Packages

No packages published