Skip to content

ardhihdra/typescript-clean-arch-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plug and Play repositories

The architecture needs to be :

  • independent of framework
  • testable
  • independent of UI
  • independent of DB
  • independent of external agency

default framework used are (expressjs, redis, & firestore)

controller : introducting API layer to business logic models : the business logic repository : access the data store router : separate routing framework from the code

How To Run

npm i && npm run dev

Future Feature

  • to also work with 'protocol' such as graphQl, gRPC

About

clean architecture for backend using Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published