From c541f83cef1b153097f21920997a43ee6e8a6558 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 29 Dec 2014 15:27:29 -0800 Subject: [PATCH] Link to demo server and its schema --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 406bf8624..a9bf7a23e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ API than you are likely to write from scratch. ### Demo -Try making requests to the live [demo server] with an HTTP client -such as [postman](http://www.getpostman.com/). +Try making requests to the live [demo server](https://postgrest.herokuapp.com) with an HTTP client +such as [postman](http://www.getpostman.com/). The structure of the demo database is defined +by [begriffs/postgrest-example](https://github.com/begriffs/postgrest-example). You can use +it as inspiration for test-driven server migrations in your own projects. [video placeholder]