carlos caballero
Angular
JavaScript
NestJS
NodeJS
TypeScript
UI-UX
ZExtra

Clock-in/out System: Series

1 min read

In this post I'm going to summarize all the links (you will find them down below) about clock-in/out system. I’ve used NestJS (framework of NodeJS) and Angular.

The idea of this project is to develop a clock-in/out system using Arduino as NFC transmitter to a NodeJS API.
For the frontend project, I’ve chosen Angular with RxJS. This allows me to have almost a real-time system. Since RxJS polling is enough for my needs, socketIO is not required.