Skip to content

wonjun1995/nestjs-without-typeorm

Repository files navigation

Nest Logo

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 Support us

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

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

NestJS에 TypeORM을 사용하지 않은 이유

NestJS는 쓰고 싶은데 TypeORM은 안쓰고 싶은 사람들을 위해... Research 목적으로 만들어 봤습니다. 하지만 개인이 직접 커스터마이징한 패키지이기 때문에 실서비스를 위한 회사에서 사용하기에는 좀 더 검증 및 검토가 필요한 것으로 보입니다.

nest-mysql 패키지 가이드 라인

About

nestjs-without-typeorm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published