From 44b3bd5fa5dbc54cd58b59719f1fff00be5caa1f Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 20 May 2017 11:53:37 -0500 Subject: [PATCH] Demo server is down and I don't care to maintain it --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 4c6388abc..ba2db8d0c 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,6 @@ PostgREST serves a fully RESTful API from any existing PostgreSQL database. It provides a cleaner, more standards-compliant, faster API than you are likely to write from scratch. -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. - -Also try other tools in the PostgREST -[ecosystem](http://postgrest.com/en/v0.4/intro.html#ecosystem). - ### Usage 1. Download the binary ([latest release](https://github.com/begriffs/postgrest/releases/latest))