An exploration with goa, gorma, and more.
- openssl (recent)
- postgresql-server 9.3+
- go 1.7+
rm -fr /tmp/gorma-spike
initdb /tmp/gorma-spike
postgres -D /tmp/gorma-spike
psql < db/setup.sql
make
./hixio-migrate
./hixio
- Browse the UI: http://127.0.0.1:8080
- Use the CLI:
./hixio-cli check status
- Use the swagger docs: http://127.0.0.1:8080/swagger-ui/?url=http%3A%2F%2F127.0.0.1%3A8080%2Fswagger.json
- Static files are served out of
/