Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahm3tcelik/nest-example-without-db

Nest.js (TypeScript) example app without database.
https://github.com/ahm3tcelik/nest-example-without-db

nestjs nestjs-auth nestjs-jwt nestjs-role nestjs-swagger

Last synced: 11 days ago
JSON representation

Nest.js (TypeScript) example app without database.

Awesome Lists containing this project

README

        


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

## Description

[Nest](https://github.com/nestjs/nest).js example Web Service.

- [X] Swagger Documentation
- [X] JWT Authentication (Acess-Refresh token)
- [X] Role Based Authorization
- [X] E2E (Integration) tests

## 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
```