An open API service indexing awesome lists of open source software.

https://github.com/numtel/postgrest-example


https://github.com/numtel/postgrest-example

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Common shell commands

```sh
# Start services
docker-compose up

# Restart and rebuild frontend server
docker-compose stop frontend && docker-compose build frontend && docker-compose up -d frontend

# Login to psql client
psql -h localhost -U postgrest test
```