https://github.com/numtel/postgrest-example
https://github.com/numtel/postgrest-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numtel/postgrest-example
- Owner: numtel
- Created: 2016-09-18T04:57:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T07:07:18.000Z (over 9 years ago)
- Last Synced: 2025-04-09T10:42:03.083Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```