Top "Postgrest" questions

PostgREST serves a fully RESTful API from any existing PostgreSQL database.

How to solve for: net::ERR_CONNECTION_REFUSED when GET data to React?

I'm trying to get this API call to work using axios: const getData = () => { Axios.get("http://localhost:3000/security?select=…

javascript reactjs nginx axios postgrest
Docker-compose swagger-ui setup which doesn't depend on a particular URL

I want to add swagger-ui to my docker-compose setup. I'm using postgres and postgrest. My setup looks roughly like: version: …

docker docker-compose swagger swagger-ui postgrest