https://github.com/muasa-harman/nestjs-rabbitmq-microservices
https://github.com/muasa-harman/nestjs-rabbitmq-microservices
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muasa-harman/nestjs-rabbitmq-microservices
- Owner: Muasa-harman
- Created: 2024-10-21T08:54:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:29:04.000Z (12 months ago)
- Last Synced: 2025-01-10T04:20:01.114Z (9 months ago)
- Language: TypeScript
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## 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 - [Harman Muasa](https://harman-muasa-blog-in-next-js.vercel.app/)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).