Skip to content

NinjaRMM/devicesTask_serverApp

Repository files navigation

Installation:

$ npm install

Run:

$ npm start

API:

Base url: http://localhost:3000

GET /devices
GET /devices/:id
DELETE /devices/:id
POST /devices
Request Body content-type
{"system_name": "DESKTOP-ONE","type": "WINDOWS","hdd_capacity": "92"} application/json
PUT /devices/:id
Request Body content-type
{"system_name": "DESKTOP-OFFICE","type": "MAC","hdd_capacity": "500"} application/json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published