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
- Host: GitHub
- URL: https://github.com/luizcalaca/node-clean-architecture-api
- Owner: luizcalaca
- Created: 2022-07-13T02:45:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T02:48:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-25T22:13:16.115Z (6 months ago)
- Topics: clean-architecture, hapi, mongodb, nodejs, postgresql, unit-testing
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```