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