Skip to content

Device management system for every organization

Notifications You must be signed in to change notification settings

sshsrio/SpringDMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringDMS

Device management system for every organization

Work In-progress:

  • Authentication Middleware

Implemented Routes:

[ Organization ]

  • Create Organization ("/org/create", method: post)
  • Show All Organization ("/orgs", method: get)
  • Get Specific Organization Details ("/org/:orgId", method: get)
  • Update Specific Organization Details ("/org/:orgId", method: put)
  • Delete Specific Organization Details ("/org/:orgId", method: delete)

[ Employee ]

  • Add Employee ("/employees", method: post)
  • Show All Employees ("/employee/create", method: get)
  • Get Specific Employee Details ("/employee/:empId", method: get)
  • Update Employee Details ("/employee/:empId", method: put)

[ Device ]

  • Show All devices ("/devices",, method: get)
  • Create or Add Device ("/device",method: post)
  • Show Device Details ("/device/:id", method: get)

[ Organization-Employee ]

  • Get Employee list of an Organization ("employees/:orgId/employee", method: get)
  • Show Specific Employee details of an Organization ("employee/:orgId/:empId", method: get)

[ Organization-Device ]

  • Get All Devices of an Organization ("/org/:orgId/devices", method:get)
  • Get All Organizations' Device List ("/orgdevices", method: get)
  • Create Organization and Device Collection ("/orgdevices/create", method: post)

About

Device management system for every organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published