Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rijalghodi/nest-basics

Playground to play with NestJS framework.
https://github.com/rijalghodi/nest-basics

backend design-patterns nestjs typescript

Last synced: about 2 months ago
JSON representation

Playground to play with NestJS framework.

Awesome Lists containing this project

README

        

# Basic Nest With Example

## Description

It is playground to play with [NestJS](https://github.com/nestjs/nest) framework.

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```

## How to Play With?

- See the table of content below
- Pick the module you want to learn
- Read the README inside the module
- Explore code inside the module

## Modules

### Animal --- Controller

### Book --- Service and Provider

### Cat, Color, Country --- Module

### Dog --- Middleware

### Employee --- Exception Filter

### Food --- Pipes

### Game -- Guards

### Hospital - Interceptors

### Image --- Custom Decorators

### Job --- Execution Context

### Kingdom --- Metadata

### Lake

### Mountain

### Novel

### Opera

### Quiz

### R

## Stay in touch

- Author - [Rijal Ghodi](https://zalcode.my.id)
- Instagram - [zalcode.id](https://www.instagram.com/zalcode.id/)

## License

Nest is [MIT licensed](LICENSE).