Socket
Book a DemoInstallSign in
Socket

@dot-simple/backend

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dot-simple/backend

- add the config file in your .gitignore - customize the models, routes, controllers accordingly

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Template Node (BackEnd)

  • add the config file in your .gitignore
  • customize the models, routes, controllers accordingly

create person resource

method type : post

http://localhost:4000/person

{ 
"name": "name",
"email": "email@gmail.com",
"number": "03003456505",
"city" : "sukuer"

}

method type : Get

http://localhost:4000/person

method type : put

http://localhost:4000/person

{ 
"name2": "updated Name"
"name": "name",
"email": "email@gmail.com",
"number": "03003456505",
"city" : "sukuer"

}

method type : delete

http://localhost:4000/person/name

method type : delete

http://localhost:4000/personByName/name

creted for Dot-project

FAQs

Package last updated on 20 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts