Skip to content

NodeJs Typescript API Server Template using Domain Driven Design (DDD) and pure dependency injection

License

Notifications You must be signed in to change notification settings

eoh-bse/nodejs-service-template

Repository files navigation

NodeJs Service Template (Typescript)

Description

A template for a NodeJs api service in Typescript

Installation

$ npm ci

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

License

NodeJs Service Template is MIT licensed.