Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafqla/ourchat-serve
https://github.com/mafqla/ourchat-serve
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mafqla/ourchat-serve
- Owner: mafqla
- Created: 2022-08-13T13:28:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T05:53:41.000Z (over 2 years ago)
- Last Synced: 2023-03-08T17:41:03.696Z (almost 2 years ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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).