From 7c7b2b85225a29e12dd8ba6525bd778130241f8e Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Mon, 27 Sep 2021 15:10:59 +0400 Subject: [PATCH] add fider starter (#197) --- examples/fider/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/fider/README.md diff --git a/examples/fider/README.md b/examples/fider/README.md new file mode 100644 index 0000000..38d4a6c --- /dev/null +++ b/examples/fider/README.md @@ -0,0 +1,15 @@ +--- +title: Fider +description: A self-hosted version of Fider using a PostgreSQL database +buttonSource: https://github.com/railwayapp-starters/fider/blob/main/README.md +tags: + - postgresql + - typescript + - golang + - canny + - feedback +--- + +# Fider example + +This example has been moved to the [railwayapp-starters](https://github.com/railwayapp-starters) organization and can be found [here](https://github.com/railwayapp-starters/fider).