DEV Community

Cover image for Go + TypeScript full stack web app, with nextjs, PostgreSQL and Docker

Go + TypeScript full stack web app, with nextjs, PostgreSQL and Docker

Francesco Ciulla on December 26, 2023

By the end of this, you will understand and create a simple yet complete full stack app using the following: Next.js 14 (TypeScript) Tailwind CSS...
Collapse
 
faiz_khan_e3409cfd1198f8a profile image
Faiz Khan

I'm getting this error after dockerizing

cause: Error: connect ECONNREFUSED ::1:8000
2024-08-28 11:23:34 at TCPConnectWrap.afterConnect as oncomplete
2024-08-28 11:23:34 at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17) {
2024-08-28 11:23:34 errno: -111,
2024-08-28 11:23:34 code: 'ECONNREFUSED',
2024-08-28 11:23:34 syscall: 'connect',
2024-08-28 11:23:34 address: '::1',
2024-08-28 11:23:34 port: 8000
2024-08-28 11:23:34 }
2024-08-28 11:23:34 }

Collapse
 
francescoxx profile image
Francesco Ciulla

the address seems strange. can you access the service using a tool like tableplus?

Collapse
 
pradumnasaraf profile image
Pradumna Saraf

Awesome blog!

Collapse
 
francescoxx profile image
Francesco Ciulla

more are coming!

Collapse
 
dsaga profile image
Dusan Petkovic

Thanks, very interesting stack

Collapse
 
francescoxx profile image
Francesco Ciulla

thank you!

Collapse
 
askbalubabu profile image
Balu Babu

Hey you might want to check your recap. It says Rust over Go.

Collapse
 
francescoxx profile image
Francesco Ciulla

oh you are right! fixed thank you so much!

Collapse
 
explorykod profile image
Amaury Franssen

Thanks, it was interesting.

Collapse
 
francescoxx profile image
Francesco Ciulla

you are welcome

Collapse
 
ricardo_maia_eb9c7a906560 profile image
Ricardo Maia

Thanks for excellent article and congrats for iniciative!