Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rijalghodi/nest-basics
- Owner: rijalghodi
- Created: 2023-11-01T02:33:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-03T03:11:07.000Z (about 1 year ago)
- Last Synced: 2023-11-03T04:23:12.243Z (about 1 year ago)
- Topics: backend, design-patterns, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).