From f6658df8ed7d86c01ef84ada7fa3b3aa6d7d5fef Mon Sep 17 00:00:00 2001 From: Burhanudeen Abdullah <126476896+safwana2@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:08:05 +0000 Subject: [PATCH] Add note about Burhan's version of Notely app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2bec0368b..3bd1033fa3 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ go build -o notely && ./notely *This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8080`. You do *not* need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course! +burhan's version of Boot.dev's Notely app