Skip to content

dingsheng1214/ds-cash-backend

Repository files navigation

Installation

$ npm install

Docker Compose

## Start PostgreSQL/MongoDB in Docker
$ docker-compose up -d

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# debug mode
$ npm run start:debug

# HRM mode
$ npm run start:hrm

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

PM2

# 查看进程
pm2 list

# 查看指定进程日志
pm2 log <pm2.config.js中的name>

About

记账应用-后端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published