From a92dadd2363db3556aac8f17c9e359aeb56cc000 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Wed, 26 May 2021 12:34:50 +1000 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..01f5761 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This projection provides the quotes API for the front end random quotes app. + +See https://github.com/OctopusSamples/RandomQuotes-Go for an example of a frontend application that can consume this API.