Node Back-End Framework For Quasar???
-
I base on
Meteor + Vue
.
Now I would like to try anyNode Back-End
instead.
Could advise/share? -
I’m using NestJS for my node back-end.
https://nestjs.com/ -
Still using NestJS as backend for Quasar @fredericomaia ?
-
@PeterQF I’m using NestJS. Got a question?
-
@Allan-EN-GB sorry, totally forgot.
Yes, i have 2 questions:
-
have you done some paginations yet?
-
in Adonis i have separated my API in 3 parts.
a. Auth that applies to both www.website.com and admin.website.com.
b. Site that applies to www.website.com.
c. Admin that applies to admin.website.com.
I have found a repo for NestJS that looks like it has similar setup if you look here: https://github.com/jasoncarty/booking-system-api/tree/master/src/components
I don’t want to start from scratch as a newbie in NestJS, i would like to find a solid boilerplate to build on, do you think this is a good alternative?
-