DEV Community

Discussion on: Part 9. Clock-in/out System: Testing: Backend Testing

Collapse
 
stojakovic99 profile image
Nikola Stojaković

Wow, cool to see a whole series of articles using Nest on Dev.to! I've just started using it two months ago for our in-house project and this will help me a lot for some things I'm struggling with currently.

Only problematic thing I noticed is that you don't have any validations / error handling on the service methods for adding records to the database, but I guess you did omitted that on purpose just to explain core concepts. This goes to my reading list!

Collapse
 
carlillo profile image
Carlos Caballero

Exact!

This series is only to show the user query part and the near real time with Angular.

In fact, the series I do not know if to extend it developing the classic part of administration (that right now is a sad form that I did to assign quickly).

The center of this project (already in production) is to get users to enter and leave the building. The rest of validations, give much much much play for a lot.

Anything you need, you can ask, I've been working for NestJS for a while and I have several projects in production (in several different companies as a consultant).

A greeting!