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

https://github.com/williamkoller/clean-arch-node-api

Clean Arch Node API
https://github.com/williamkoller/clean-arch-node-api

api clean-architecture coveralls ddd-architecture eslint husky nodejs solid-principles typescript

Last synced: 6 months ago
JSON representation

Clean Arch Node API

Awesome Lists containing this project

README

          

[![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![Coverage Status](https://coveralls.io/repos/github/williamkoller/clean-arch-node-api/badge.svg?branch=develop)](https://coveralls.io/github/williamkoller/clean-arch-node-api?branch=develop)
[![Clean Arch Node API - Deployment](https://github.com/williamkoller/clean-arch-node-api/actions/workflows/deployment.yml/badge.svg)](https://github.com/williamkoller/clean-arch-node-api/actions/workflows/deployment.yml)
[![CodeQL](https://github.com/williamkoller/clean-arch-node-api/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/williamkoller/clean-arch-node-api/actions/workflows/github-code-scanning/codeql)

# **Clean Architecture Nodejs API**

1. [Cadastro](./requirements/signup.md)
2. [Login](./requirements/signin.md)

- References:
- [The Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
- [Hexagonal Architecture](https://alistair.cockburn.us/hexagonal-architecture/)