kakidiakoafonso / nest-clean-architecture

A proof of concept of applying Clean Architecture in Nest.js applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Nest.js Clean Architecture

codecov

Description

A proof of concept of applying Clean Architecture in Nest.js applications.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

API Reference

Get all users

  GET /users

Create a user

  POST /users
{
  "name": "Jane Doe",
  "email": "jane@doe.com",
  "password": "123456"
}

About

A proof of concept of applying Clean Architecture in Nest.js applications.


Languages

Language:TypeScript 99.5%Language:Shell 0.5%