Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 12 hours ago
JSON representation

most you need too know

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).