Update README.md

This commit is contained in:
Daniel
2023-02-02 01:01:11 +02:00
committed by GitHub
parent 03b27c1872
commit 5227cf46f3

View File

@@ -1,9 +1,11 @@
# task-manager-js
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.
#### 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.
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