react-node-postgres icon indicating copy to clipboard operation
react-node-postgres copied to clipboard

Companion repo on Getting started with PostgreSQL for React developers

Results 2 react-node-postgres issues
Sort by recently updated
recently updated
newest added

Running out of the box I'm getting: "Unhandled Rejection (TypeError): Failed to fetch getMerchant src/App.js:11"

I get the error "App.js:36 DELETE http://localhost:3001/merchants/1 500 (Internal Server Error)" when trying to delete from the database (in this case, such a record does exist). An empty JSON is...