You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
I cloned this repo and followed the setup instructions on the README. When I run npm run start, I get the following error:
Open maps API is up on http://localhost:8000
(node:56820) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:5432
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1117:14)
(node:56820) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:56820) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
There is no mention in the README of setting up any Postgres DB (default port 5432), and the application is working fine otherwise at http://localhost:8000/docs, so it's unclear from a first-time user whether that's needed or not.
The text was updated successfully, but these errors were encountered:
I cloned this repo and followed the setup instructions on the README. When I run
npm run start
, I get the following error:There is no mention in the README of setting up any Postgres DB (default port 5432), and the application is working fine otherwise at http://localhost:8000/docs, so it's unclear from a first-time user whether that's needed or not.
The text was updated successfully, but these errors were encountered: