andreibaptista / node-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-api

Node API, for a future React.js project.

This API uses concepts of Clean Architeture and SOLID.
  • Single responsibility principle;
  • Open/close principle;
  • Liskov substitution principle;
  • Interface segregation principle;
  • Dependency inversion principle;

It centralizes the data logic or Web service access logic. It provides a substitution point for the unit tests. It provides a flexible architecture that can be adapted as the overall design of - the application evolves.

About


Languages

Language:TypeScript 96.6%Language:JavaScript 3.4%