diff --git a/README.md b/README.md index e9b62fa..0563c44 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Tiny To-Do-List-type task manager created using basic HTML/CSS/JS on the front side, and Node.js, paired with Express.js and MongoDB on the backend. +To setup, run `npm install` and create the `.env` file, filling up the `MONGO_URI` and `SERVER_PORT` fields. + #### It does the following API calls: Method | URL | Function