https://github.com/satriaapn/clean-architecture-node-js
a very simple node js application with clean architectural patterns
https://github.com/satriaapn/clean-architecture-node-js
clean-architecture hapi-js node-js postgresql test-driven-development
Last synced: 2 months ago
JSON representation
a very simple node js application with clean architectural patterns
- Host: GitHub
- URL: https://github.com/satriaapn/clean-architecture-node-js
- Owner: SatriaAPN
- Created: 2021-11-17T07:47:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T13:31:59.000Z (over 4 years ago)
- Last Synced: 2026-04-10T11:10:33.831Z (3 months ago)
- Topics: clean-architecture, hapi-js, node-js, postgresql, test-driven-development
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## clean architecture node js
this is a simple node js application that implementing the clean architectural pattern, with Test Driven Development approach.
# dependencies:
- @hapi/hapi
- @hapi/jwt
- bcrypt
- deotenv
- nanoid
- pg
# dev dependencies:
- @types/jest
- eslint
- jest
- node-pg-migrate