BOOBATHITHILLAN / Day42-Todo-BE

Todo app Mern - Back end

Home Page:https://todo-be-ldmc.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[🔗 GUVI Day 42 task] Node-JS Deployment Practice

🔗Created task deployed on below link :

https://todo-be-ldmc.onrender.com/

🔗for getting all Todo list

get method:
https://todo-be-ldmc.onrender.com/

🔗for Adding New item in the Todo list

post method:
Format: URL/save
https://todo-be-ldmc.onrender.com/save
body:
{"text":"Buy coffee"}

🔗Editing exist list item

post method:
Format: URL/update
https://todo-be-ldmc.onrender.com/update
body:
{"_id":"64b174309a8400f2abdfb8a3", "text":"Buy coffee for friends" }

🔗Delete Existing item from Todo list

post method:
Format: URL/delete
https://todo-be-ldmc.onrender.com/delete

body:
{"_id":"64b174309a8400f2abdfb8a3"}

About

Todo app Mern - Back end

https://todo-be-ldmc.onrender.com/


Languages

Language:JavaScript 100.0%