Merge pull request #224 from bootdotdev/ms_port_8080

edit README.md: 8000 --> 8080
This commit is contained in:
Matt Skovranek
2024-02-11 06:07:33 -08:00
committed by GitHub

View File

@@ -18,6 +18,6 @@ Run the server:
go build -o notely && ./notely
```
*This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8000`.
*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!