https://github.com/ndmen/chat
Chat on Nest.js, MongoDB and Socket.io (Login, Register, Messages, Chats)
https://github.com/ndmen/chat
bcrypt mongodb nestjs passport-jwt passport-local socket-io swagger
Last synced: 8 months ago
JSON representation
Chat on Nest.js, MongoDB and Socket.io (Login, Register, Messages, Chats)
- Host: GitHub
- URL: https://github.com/ndmen/chat
- Owner: ndmen
- Created: 2022-06-15T14:22:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T18:57:39.000Z (over 3 years ago)
- Last Synced: 2025-03-31T01:31:58.229Z (10 months ago)
- Topics: bcrypt, mongodb, nestjs, passport-jwt, passport-local, socket-io, swagger
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=Y8YjG53so-Y&list=PLCfdGpnpoIvnmed7_DwdMUUZfx9QY88Vg&index=1&ab_channel=NestJS-%D1%83%D0%BA%D1%80%D0%B0%D1%97%D0%BD%D1%81%D1%8C%D0%BA%D0%B0%D1%81%D0%BF%D1%96%D0%BB%D1%8C%D0%BD%D0%BE%D1%82%D0%B0
- Size: 561 KB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
It is a chat on Nest.js(Passport(JWT+Local)), Socket.io and MongoDB(Mongoose). You can:
1. Login, Register
2. Create chat, Read chats by user_id.
3. Create message, Read messages by chat_id.
See OpenAPI(Swagger) http://localhost:3000/api/#/
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## 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](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)
## License
Nest is [MIT licensed](LICENSE).