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

https://github.com/luizcalaca/node-clean-architecture-api

Node.js API building on Clean Architecture
https://github.com/luizcalaca/node-clean-architecture-api

clean-architecture hapi mongodb nodejs postgresql unit-testing

Last synced: 3 months ago
JSON representation

Node.js API building on Clean Architecture

Awesome Lists containing this project

README

        

# Node.js API building on Clean Architecture
Clean Architecture on Node.js API

## How to run tests
```
npm test
```

## How to run containers
```
docker-compose up
```

## How to start the API
```
npm start
```