Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mafqla/ourchat-serve


https://github.com/mafqla/ourchat-serve

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


Nest Logo


NPM Version
Package License

## Description

一个由Nestjs框架构建的在线聊天室

## Installation

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod
```

## Test

```bash
# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov
```

## License

Nest is [MIT licensed](LICENSE).