/common-back

Primary LanguageTypeScript

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.

COMMON PORTAL - BACK-END

해당 프로젝트는 Nest js 로 백엔드만 담당하는 프로젝트

Installation

$ npm install

Running the app

# 로컬 환경에서 구동시
$ npm run dev

# 운영환경에서 구동시 빌드 후 구동
$ npm run build
$ npm run prod

# PM2로 구동시
$ npm run build
$ pm2 start dist/main.js --name be-memberportal

환경파일

.env (db 접속정보 및 구동 port 설정됨) -> git에서 관리하지 않고 개발자 로컬에서 관리함

Creation date

2023.11.03

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.

License

Nest is MIT licensed.