Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waldemarnt/node-design-patterns

Official repository of my Node.js Design Patterns youtube series
https://github.com/waldemarnt/node-design-patterns

node node-design-pattern node-js

Last synced: 2 months ago
JSON representation

Official repository of my Node.js Design Patterns youtube series

Awesome Lists containing this project

README

        

# Node js Design Patterns
[![Build Status](https://travis-ci.org/waldemarnt/node-design-patterns.svg?branch=master)](https://travis-ci.org/waldemarnt/node-design-patterns)

Official repository of my Node.js Design Patterns youtube serie

**pt-br**

Esse repositório possui os exemplos utilizados na minha série do youtube [*Node.js Design Patterns*](https://www.youtube.com/watch?v=MPbybQdqcrE&list=PLz_YTBuxtxt6VztyaXV744eAe2X8Eczar)

**eng**

This repo contains the examples used on my [*Node.js Design Patterns*](https://www.youtube.com/watch?v=MPbybQdqcrE&list=PLz_YTBuxtxt6VztyaXV744eAe2X8Eczar) youtube video series

## Instalação / Installation

```bash
npm install
```

## Como usar / How to use

Todos exemplos incluem testes, para executar os testes basta executar o comando abaixo:

All examples have tests, in order to execute them just run the command below:

```bash
npm test
```

## Patterns
[Factory](examples/factory)

[Middleware](examples/middleware)

## Contribuindo / Contributing
Pull requests são bem vindos. Para grandes mudanças abra uma issue antes para discutirmos.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## Licença / License
[MIT](https://choosealicense.com/licenses/mit/)