From 316d676e809fdab42c890037149a157cd95f6d91 Mon Sep 17 00:00:00 2001 From: Daniel <59575049+lemoentjiez@users.noreply.github.com> Date: Thu, 2 Feb 2023 01:04:31 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d898db4..9112788 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ #### 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. +##### Features: +1. Task creation +2. Task deletion +3. Editing/patching +4. Saving information to the database + ##### To setup, run `npm install` and create the `.env` file, filling up the `MONGO_URI` and `SERVER_PORT` fields. ##### Run it using the `npm start` for production, and `npm run dev` for the development environment, supported by Nodemon.