From d8ff9308438597457265717c25e793169dc37e35 Mon Sep 17 00:00:00 2001 From: bdgeraghty Date: Mon, 7 Jul 2025 20:40:56 -0400 Subject: [PATCH 1/5] Initial commit --- token.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 token.txt diff --git a/token.txt b/token.txt new file mode 100644 index 0000000000..e69de29bb2 From 763766e16c16488094c43b1d7f653b63021a0b67 Mon Sep 17 00:00:00 2001 From: BDGeraghty Date: Tue, 8 Jul 2025 11:16:46 -0400 Subject: [PATCH 2/5] Update README.md BDGeraghty's version of Boot.dev's Notely app. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2bec0368b..d54290f34f 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,5 @@ 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! + +BDGeraghty's version of Boot.dev's Notely app. From 2a60a7c8911aa036627e7c05f346f761d6985cab Mon Sep 17 00:00:00 2001 From: BDGeraghty Date: Tue, 8 Jul 2025 11:18:52 -0400 Subject: [PATCH 3/5] Update README.md ADDTESTS branch version of Boot.dev's Notely app. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2bec0368b..6cc323afab 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! +BDGeraghty's version of Boot.dev's Notely app. From 11606c7a2f645f6b6ae007d3aa8884b4caa79595 Mon Sep 17 00:00:00 2001 From: BDGeraghty Date: Tue, 8 Jul 2025 11:29:58 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d54290f34f..7fd912c7c5 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,5 @@ go build -o notely && ./notely 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! + BDGeraghty's version of Boot.dev's Notely app. From e22ff6c4f52ab7f24d14a66516022b9066f53c6f Mon Sep 17 00:00:00 2001 From: BDGeraghty Date: Tue, 8 Jul 2025 11:34:16 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7fd912c7c5..6cc323afab 100644 --- a/README.md +++ b/README.md @@ -21,6 +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! - - BDGeraghty's version of Boot.dev's Notely app.