From 03b27c18725bfff72e5a25f020e701a16fe165f6 Mon Sep 17 00:00:00 2001 From: Daniel <59575049+lemoentjiez@users.noreply.github.com> Date: Thu, 2 Feb 2023 01:00:40 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fdbb5d..c632448 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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 @@ -13,7 +13,7 @@ Method | URL | Function | `POST:` | `/api/v1/tasks` | Creates a new task | `PATCH:` | `/api/v1/tasks/:ID` | Updates a specific task on the server | `DELETE:` | `/api/v1/tasks/:ID` | Deleted a specific task - +--- #### The MongoDB Schema is as follows: ```