I've added a basic express boilerplate, with some helpful utils here and there.
the catchAsync for example is supposed to be wrapped around every controller to catch and better handler errors.
I would personally split the sql logic (queries or models) into a different folder, but I will leave this up to you guys.
If you want me to add more comments in some areas or in the README feel free to reqeust
I've added a basic express boilerplate, with some helpful utils here and there. the
catchAsync
for example is supposed to be wrapped around every controller to catch and better handler errors.I would personally split the sql logic (queries or models) into a different folder, but I will leave this up to you guys. If you want me to add more comments in some areas or in the README feel free to reqeust