https://github.com/muthuri-dev/nestjs-backend-with-guards
most you need too know
https://github.com/muthuri-dev/nestjs-backend-with-guards
apollo-server graphql-server microservices-architecture monorepo mysql-database nestjs-backend prisma-orm repository-pattern
Last synced: 6 months ago
JSON representation
most you need too know
- Host: GitHub
- URL: https://github.com/muthuri-dev/nestjs-backend-with-guards
- Owner: muthuri-dev
- License: mit
- Created: 2024-07-24T15:23:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:26:05.000Z (about 2 years ago)
- Last Synced: 2025-06-29T04:39:29.311Z (about 1 year ago)
- Topics: apollo-server, graphql-server, microservices-architecture, monorepo, mysql-database, nestjs-backend, prisma-orm, repository-pattern
- Language: TypeScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## Using nestjs repository pattern
## 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
```
## License
Nest is [MIT licensed](LICENSE).