{"info":{"_postman_id":"2e334d3e-6b1b-4b8e-a652-38884dfe63b1","name":"Student Management System","description":"<html><head></head><body><p>Explore the Student Management System API effortlessly with Postman! Admins can log in, add students, and assign tasks with due times. Students, on the other hand, log in to view their assigned tasks, check statuses (pending, overdue, completed), and mark tasks as completed. Simplify management and interaction through this intuitive ExpressJS-powered API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26807468","collectionId":"2e334d3e-6b1b-4b8e-a652-38884dfe63b1","publishedId":"2s9YsFFEi5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-03T17:40:15.000Z"},"item":[{"name":"Admin","item":[{"name":"Admin Login","id":"e15e9756-de5b-4710-add2-2b66c10e521f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@admin.com\",\r\n    \"password\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/admin/login","urlObject":{"protocol":"http","port":"4000","path":["admin","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e15e9756-de5b-4710-add2-2b66c10e521f"},{"name":"Add Students","id":"6b3b987b-ecd6-47e3-bbfa-2146ab3b12db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admincredentials","value":"admin@admin.com:admin","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Tejas Sawant\",\r\n    \"email\": \"tejas@sawant.com\",\r\n    \"department\": \"Computer Science\",\r\n    \"password\": \"tejas123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/admin/add-student","urlObject":{"protocol":"http","port":"4000","path":["admin","add-student"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b3b987b-ecd6-47e3-bbfa-2146ab3b12db"},{"name":"Assign Task","id":"06531025-4023-46dc-8a05-4663e606e827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admincredentials","value":"admin@admin.com:admin","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"studentId\": \"65958bb34ba542ddeab56e1a\",\r\n    \"description\": \"Read Chapter 05\",\r\n    \"dueTime\": \"2024-01-15T08:00:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/admin/assign-task","urlObject":{"protocol":"http","port":"4000","path":["admin","assign-task"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"06531025-4023-46dc-8a05-4663e606e827"}],"id":"b91c5b4e-7c69-4bd1-b373-f2fb18c5664c","description":"<p>Unlock restricted admin-only routes in the Student Management System API for secure login, student addition, and task assignment with due times.</p>\n","_postman_id":"b91c5b4e-7c69-4bd1-b373-f2fb18c5664c"},{"name":"Student","item":[{"name":"Student Login","id":"bd5870ec-fc0d-4ba3-8058-38a9dc2afbe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"omkar@omkar.com\",\r\n    \"password\": \"Omkar123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/student/login","urlObject":{"protocol":"http","port":"4000","path":["student","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd5870ec-fc0d-4ba3-8058-38a9dc2afbe6"},{"name":"See Tasks","id":"2fa831b4-e632-42f0-8000-87c5d10033d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/student/tasks/65958bb34ba542ddeab56e1a","urlObject":{"protocol":"http","port":"4000","path":["student","tasks","65958bb34ba542ddeab56e1a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fa831b4-e632-42f0-8000-87c5d10033d0"},{"name":"Change Status","id":"cac94edd-0edd-43c8-afdf-8cc96d3ec52f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taskId\": \"65958b194ba542ddeab56e09\",\r\n    \"newStatus\": \"overdue\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/student/update-status","urlObject":{"protocol":"http","port":"4000","path":["student","update-status"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cac94edd-0edd-43c8-afdf-8cc96d3ec52f"},{"name":"See Status","id":"4e24389b-e40a-4f67-b732-73a4fd4041a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/student/see-status/65958b194ba542ddeab56e09","urlObject":{"protocol":"http","port":"4000","path":["student","see-status","65958b194ba542ddeab56e09"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e24389b-e40a-4f67-b732-73a4fd4041a6"}],"id":"cb6e44bf-5b1f-4749-a4c2-b27c27ab2cf6","description":"<p>Access dedicated API routes tailored specifically for student interaction within the Student Management System.</p>\n","_postman_id":"cb6e44bf-5b1f-4749-a4c2-b27c27ab2cf6"}]}