Skip to content

xiumubai/codenest-server

Repository files navigation

Description

CodeNest Server

Installation

node > 18

$ 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

License

Nest is MIT licensed.

操作命令

1. migrate

npx prisma migrate dev --name add_comments_and_likes

About

codenest 服务端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published