8000 GitHub - nahidbarekati/mapper-nestjs-project: mapper, auto mapping, mapping
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nahidbarekati/mapper-nestjs-project

Repository files navigation

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Mapper

auto Mapper

automapper

file structure Mapper in nestjs

├── nest-cli.json
├── package.json
├── package-lock.json
├── README.md
├── src
│   ├── app.module.ts
│   ├── common
│   │   ├── exceptions
│   │   │   ├── exception.base.ts
│   │   │   ├── exception.codes.ts
│   │   │   └── index.ts
│   │   ├── helpers
│   │   │   ├── Converters.ts
│   │   │   └── index.ts
│   │   └── mappings
│   │       ├── auto_mapper
│   │       │   └── user.profile.ts
│   │       └── user.ts
│   ├── config
│   │   ├── app.config.ts
│   │   ├── database.config.ts
│   │   ├── port.config.ts
│   │   ├── rate.config.ts
│   │   └── routes.config.ts
│   ├── main.ts
│   ├── modules
│   │   ├── api-mapper
│   │   │   ├── api-mapper.controller.ts
│   │   │   ├── api-mapper.module.ts
│   │   │   ├── api-mapper.service.ts
│   │   │   ├── auto_mapper_dto
│   │   │   │   ├── address.dto.ts
│   │   │   │   ├── index.ts
│   │   │   │   └── user.dto.ts
│   │   │   ├── entities
│   │   │   │   ├── auto_mapper_entity
│   │   │   │   │   ├── index.ts
│   │   │   │   │   └── user.entity.ts
│   │   │   │   └── mapper_a_entity
│   │   │   │       └── user-mapper.entity.ts
│   │   │   ├── error.message.ts
│   │   │   ├── repository
│   │   │   │   └── user.repository.ts
│   │   │   └── response_dto
│   │   │       ├── address.response.dto.ts
│   │   │       ├── index.ts
│   │   │       └── user.response.dto.ts
│   │   └── health
│   │       ├── health.controller.ts
│   │       └── health.module.ts
│   └── swagger.ts
├── tsconfig.build.json
└── tsconfig.json

Stay in touch

  • Author - Nahid barekati

About

mapper, auto mapping, mapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0