PostgREST serves a fully RESTful API from any existing PostgreSQL database.
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 postgrestI 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