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: