From 7147f78d4620b8f961355988ac2746829f6e75d0 Mon Sep 17 00:00:00 2001 From: Anand <40204976+anand2312@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:30:30 +0530 Subject: [PATCH 1/2] chore: update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb0fd7b..f497ddb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# doodle-server +# quill-server -A FastAPI web server. +Quill is a realtime drawing and guessing game. + +Try it out: https://quill-teal-omega.vercel.app \ +Frontend Repo: https://github.com/NoelZak03/quill-frontend ## Setup From 2e8d1f38d5e9ff75f4ac6f66739d304434384e0a Mon Sep 17 00:00:00 2001 From: Anand <40204976+anand2312@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:47:09 +0530 Subject: [PATCH 2/2] chore: add link to API docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f497ddb..d5f3634 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Quill is a realtime drawing and guessing game. Try it out: https://quill-teal-omega.vercel.app \ -Frontend Repo: https://github.com/NoelZak03/quill-frontend +Frontend Repo: https://github.com/NoelZak03/quill-frontend \ +API documentation: https://quill.anand2312.xyz ## Setup