I'm trying to install Strapi with PostgreSQL DB
yarn create strapi-app my-project
Every time, I get this error:
Connection test failed: connect ECONNREFUSED 127.0.0.1:5433
How can I fix this?
I found answer, I installed PostgreSQL and it worked.