DEV Community

Discussion on: CRUD and Authentication is annoying and time consuming (kiss.js to the rescue)

Collapse
 
softmantk profile image
NIKHIL CM

I am too struggling with setting up these crud and authentication stuffs on server side. What is the backend technology, is that express framework ? And what about the DB, Sql Vs No SQL ?

Let me point out that, Loopback has kind of this feature.

Collapse
 
rallipi profile image
Ralf 💥🔥☄️

Hi, thanks for the reply.
The database will default to mongo. But I'm planning to add options for different types of datastores in the future. That will make it easy to have different collections with completely different underlying databases in one project.