Skip to content

neresdu/folha-pagamento-CRUD-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published