https://github.com/dev-t2/ran-chat
Creating Random Chat Service Using NestJS MVC Pattern
https://github.com/dev-t2/ran-chat
nestjs postgresql prisma typescript
Last synced: 28 days ago
JSON representation
Creating Random Chat Service Using NestJS MVC Pattern
- Host: GitHub
- URL: https://github.com/dev-t2/ran-chat
- Owner: dev-t2
- Created: 2020-12-11T02:33:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T08:15:47.000Z (over 3 years ago)
- Last Synced: 2025-10-27T11:44:02.859Z (7 months ago)
- Topics: nestjs, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# References
- [NestJS](https://nestjs.com)
- [Model View Controller](https://docs.nestjs.com/techniques/mvc)
- [Middleware](https://docs.nestjs.com/middleware)
- [Logger](https://docs.nestjs.com/techniques/logger)
- [Exception filters](https://docs.nestjs.com/exception-filters)
- [Pipes](https://docs.nestjs.com/pipes)
- [Interceptors](https://docs.nestjs.com/interceptors)
- [Gateways](https://docs.nestjs.com/websockets/gateways)
- [Prisma](https://docs.nestjs.com/recipes/prisma)
- [Validation](https://docs.nestjs.com/techniques/validation)
- [Handlebars](https://handlebarsjs.com)
- [Reset CSS](https://meyerweb.com/eric/tools/css/reset)
- [Socket.IO](https://socket.io)
- [Client Initialization](https://socket.io/docs/v3/client-initialization)
- [PostgreSQL](https://www.postgresql.org)
- [Prisma](https://www.prisma.io)
- [Configuring logging](https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/logging)