codeponpon / wage-calculation-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wage Calcuation API

Getting Started

Install using yarn:

yarn install

Or npm:

npm install

Then, Start the project

yarn dev

Or

npm run dev

Testing

yarn test

Or

npm run test

API Endpoint: {URL}/api/users/:userId/wage-calculation

You can call this API Endpoint to calculate employee's balance for their work type (daily and monthly) and the API will return balance depends on type and hour of the employee.

About


Languages

Language:TypeScript 95.6%Language:JavaScript 2.3%Language:Shell 2.1%