Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varejaodacarne/clean-cache-control
Clean Architecture, Typescript, TDD, BDD and CQRS
https://github.com/varejaodacarne/clean-cache-control
clean-architecture clean-code cqrs faker jest nodejs tdd typescript
Last synced: about 1 month ago
JSON representation
Clean Architecture, Typescript, TDD, BDD and CQRS
- Host: GitHub
- URL: https://github.com/varejaodacarne/clean-cache-control
- Owner: VarejaoDaCarne
- License: mit
- Created: 2020-11-27T19:39:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T16:44:20.000Z (about 2 years ago)
- Last Synced: 2024-11-11T14:18:26.345Z (3 months ago)
- Topics: clean-architecture, clean-code, cqrs, faker, jest, nodejs, tdd, typescript
- Language: TypeScript
- Homepage:
- Size: 4.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curso Gratuito de Clean Architecture & Typescript
[![Build Status](https://travis-ci.com/grioos/clean-ts-api.svg?branch=main)](https://travis-ci.com/github/grioos/clean-ts-api)
[![Coverage Status](https://coveralls.io/repos/github/grioos/clean-ts-api/badge.svg?branch=main)](https://coveralls.io/github/grioos/clean-ts-api?branch=main)> ### [Link para o curso completo no Youtube](https://www.youtube.com/playlist?list=PL9aKtVrF05DxIrtD3CuXGnzq8Q0IZ-t8J)
### Metodologias
* BDD
* Clean Architecture
* Continuous Delivery
* Continuous Integration
* Convertional Commits
* GitFlow
* TDD
* Use Cases### Iniciando
```bash
# Instalar as dependências
npm i# Teste CI
npm run test:ci
```