DEV Community

Discussion on: An enterprise-style Node.js REST API setup with Docker Compose, Express and Postgres

Collapse
 
theodesp profile image
Theofanis Despoudis

It’s best if you use Typescript and pg-promise as they are more enteprise-like choices

Collapse
 
hugo__df profile image
Hugo Di Francesco

Re TypeScript I didn't want to add a build step in.

Pg-promise I just picked any old Postgres client they're all pretty solid.