From e764423f967dfef52d5817066aad178ce0623a8b Mon Sep 17 00:00:00 2001 From: Darius Rapalis Date: Sun, 16 Mar 2025 13:06:17 +0200 Subject: [PATCH] Readme update --- .gitignore | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2092f54..acbaff2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ out .env learn-cicd-starter notely + +.idea \ No newline at end of file diff --git a/README.md b/README.md index c2bec03..22d5051 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! + +RDarius' version of Boot.dev's Notely app \ No newline at end of file