{"info":{"_postman_id":"6f184ea9-aadd-4bab-9c5c-77a67e80e0e3","name":"MERN-Task-Manager","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35385905","collectionId":"6f184ea9-aadd-4bab-9c5c-77a67e80e0e3","publishedId":"2sAXqmBQp6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-11T16:08:33.000Z"},"item":[{"name":"Task Management","id":"efc7298d-7202-42d9-812c-7a579b1dffec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/tasks","urlObject":{"protocol":"http","port":"8080","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"efc7298d-7202-42d9-812c-7a579b1dffec"},{"name":"CreateTask","id":"152d9652-7c04-4bc6-9b65-3bc8d357efd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taskName\":\"task 5\",\r\n    \"isDone\":\"false\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/tasks","urlObject":{"protocol":"http","port":"8080","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"152d9652-7c04-4bc6-9b65-3bc8d357efd8"},{"name":"Get All Task","id":"70d06168-5aeb-45ba-bb3a-20e4cb83a387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/tasks","urlObject":{"protocol":"http","port":"8080","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"70d06168-5aeb-45ba-bb3a-20e4cb83a387"},{"name":"Update Task","id":"01d6f3d5-6c6a-4577-8e70-89591840642c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taskName\":\"task  today\",\r\n    \"isDone\":\"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/tasks/66e43184ef32d8bca3500bef","urlObject":{"protocol":"http","port":"8080","path":["tasks","66e43184ef32d8bca3500bef"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"01d6f3d5-6c6a-4577-8e70-89591840642c"},{"name":"Delete Task","id":"fd3e313e-58b8-4254-8055-e59b3651bd35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/tasks/66e43184ef32d8bca3500bef","urlObject":{"protocol":"http","port":"8080","path":["tasks","66e43184ef32d8bca3500bef"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd3e313e-58b8-4254-8055-e59b3651bd35"}]}