DEV Community

Developing a CRUD Node.js Application with PostgreSQL

Glaucia Lemos on February 09, 2021

Hey all Coders! How are you doing? Today we are going to start a series of articles where we will be developing a CRUD application with Node.js &am...
Collapse
 
tuliocalil profile image
Tulio Calil

Hey Glaucia, excellent content!
I made a tool to be able to generate summaries of dev.to posts (initially for my posts) if you liked this format and want to use it here: summaryze-dev.vercel.app

Collapse
 
glaucia86 profile image
Glaucia Lemos

Excellent Tulio! For sure, I'll see it! :)

Collapse
 
tuliocalil profile image
Tulio Calil

it is an honor! 🤩

Thread Thread
 
glaucia86 profile image
Glaucia Lemos

😀🙃😃🙂

Collapse
 
langarus profile image
langarus

great stuff, it's good to see more content pairing nodejs with postgres and not mongo

Collapse
 
glaucia86 profile image
Glaucia Lemos

Agree with you. Ir even, Redis or MySQL

Collapse
 
theagols profile image
Thiago Lourenço

What a nice coincidence! Right now, I'm trying to refactor an unfinished NodeJS project to use a better architecture, and I was having some hard time thinking about the right way to do it. Thanks for posting this.

Collapse
 
glaucia86 profile image
Glaucia Lemos

You're welcome!

Collapse
 
nodirshox profile image
Nodirbek Ergashev

Thank You!

Collapse
 
gaurangdhorda profile image
GaurangDhorda

Very informative article and refresher too! Can you suggests any CLI tool for express.js, which generates minimal bipolarate code which is best practices of structuring folder structure of project?

Collapse
 
glaucia86 profile image
Glaucia Lemos

I highly recommend this one (I never tested) but I really loved the way created this express boilerplate: github.com/hagopj13/node-express-b...

Collapse
 
idkjs profile image
Alain

Glaucia. Thanks for taking the time to teach.

Question. What do you use to generate your file headers?

Collapse
 
glaucia86 profile image
Glaucia Lemos
Collapse
 
idkjs profile image
Alain

field name is productName rather than product_name

Collapse
 
salahpepsi profile image
salahpepsi

What an article thank you so much Glaucia .

Collapse
 
impankajrain profile image
Pankaj Kumar Rai • Edited

Why are you not using stored procedure instead of queries.

On internet I haven't seen any content for postgresql stored procedure with node js