Skip to content

HaktanYucesoy/CleanArchitectureSample-NodeJS

 
 

Repository files navigation

CleanArchitecture Sample From NodeJS Inspired By DevMastery

Technologies

  • MySQL
  • NodeJS

Frameworks/Libraries

  • ExpressJS
  • BcryptJS for hashing to password
  • Util for managment to db object and that db object can be async

Techniques

  • ''Depency Injection'' because avoid dependence between layers.For example;UseCases layer method's dbParameter never should be know directly to which dbTechnology is actually.

  • "Basicly Validation" because if incoming request is not adapted to the rules we want,we will not save request's data to db.There!İf you want to handle this,you should write or use validate data mechanism

About

Inspired By DevMastery's Clean Architecture NodeJS and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Shell 0.3%