This API were used for the Employee Attendance web. There are in total 12 services that seperate into auth related service, user CRUD related services, and Attendance CRUD related services.
This API were hosted on vercel. Actually before using vercel, this API has been deploy using CD enviroment at Amazon EC2 service as you can see at this repository.
The tech stack were used:
- MongoDB
- Nodejs (express, jwt)
- AWS EC2, Load Balancer
The Authentication proccess using jwt token which the playload contain { sub: 1, role: "Admin/User"}
The Token will return as http respond.
For the services are explained more on the postman documentation that could be acces at this link