Skip to content

ataube/clean-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture Reference Implementation

A opinionated reference implementation of the clean architecture written in node.js. More infos here: https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html

Setup

createdb -h localhost -U postgresql cleanarch
psql -f migrations/schema.sql postgres://postgresql@localhost:5432/cleanarch

Run sample app

npm i
DEBUG=* node test.js

About

Clean Architecture Reference Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published