Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:26:05.000Z (6 months ago)
- Last Synced: 2024-09-28T21:41:32.748Z (4 months 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).