Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

Microservice REST API exemple using Node and TypeScript. Based on MVC architecture

1 Application: (CRUD_Payrolls) is reponsable to register and calculate payrolls
2 Application: (Search_Payrolls) is responsable only to list all payrolls or just one specific.

Steps to run server application for each application:

  • npm install
  • npm install -g typescript
  • npm run dev



All routes properly documented using Swagger
http://localhost:3333/api-docs:
image