diff --git a/README.md b/README.md index c2bec0368b..e608533584 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Run the server: go build -o notely && ./notely ``` +Manasa's version of Boot.dev's Notely app. + + *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!