Readme update

This commit is contained in:
2025-03-16 13:06:17 +02:00
parent a759e37288
commit e764423f96
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@ out
.env
learn-cicd-starter
notely
.idea

View File

@@ -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