Hi, im on node 18.16.0. I'm trying to clone and use this : https://github.com/trpc/examples-next-prisma-starter I'm following the README but unfortunately I got an error : Error: P1001: Can't reach database server at
localhost
localhost
:
5432
5432
I guess there is something I'm missing, I supposed the project would automatically create and run a local DB server but it seems to not be the case. Any clues ^^ ?