Skip to content

daewonLims/siyoung_backend

Repository files navigation

Nest Logo

NestJS & MongoDB 사용 - Siyoung backend 사용

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

설명

Nest 프레임워크 타입스크립트 starter repository.

설치

$ npm install

앱 서버 실행

# watch mode로 실행 - PORT는 5001고정
$ npm run start:dev

# mongoDB는 PORT 27017 default port 사용
# front는 3000사용을 권장함

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

nestjs-backend-ex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published