DEV Community

Discussion on: How to Set Up a Node.js Server and MongoDB Database

Collapse
 
mathewthe2 profile image
Mathew Chan • Edited

Congratulations on writing your first article and setting up the structure of your MERN site!

Have you looked into Prisma? I love Django and Prisma is the closest experience to Django that I have had with Node. It just gets a lot of the stuff out the window straight away like database browser, REST/graphql, and pagination so after I define my schema I can start writing frontend code straight away.

Collapse
 
natpinnock profile image
Natalie Pinnock

Thanks! No I haven’t used Prisma, I’ll definitely look into it!