Skip to content

MapTech-EffectiveRoutes/effective-routes-notification

Repository files navigation

ACME Banking

Description

Domain-Driven Design example using Nest framework. Persistence layer is implemented using TypeORM with MySQL Database. Object Mapping is based on AutoMapper TypeScript.

Installation

$ npm i -g @nestjs/cli
$ nest --version
$ npm install

Generating the dist folder

$ npm run build

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Environment variables

ENVIRONMENT
BANKING_DDD_NEST_MYSQL

License

Nest is MIT licensed. TypeORM is MIT licensed AutoMapper TypeScript MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published