diff --git a/.env b/.env new file mode 100644 index 0000000000..14f6494f9b --- /dev/null +++ b/.env @@ -0,0 +1 @@ +PORT="8080" diff --git a/README.md b/README.md index c2bec0368b..4b827b90c8 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! + +FortuneAchigbu's version of Boot.dev's Notely app.