Skip to content

suru33/echo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Install velociraptor

To run

vr start
curl --request POST \
  --url http://localhost:8080/ \
  --header 'Content-Type: application/json' \
  --data '{
	"isbn": "978-1-4028-9462-6",
	"author": "Kyle Simpson",
	"title": "Scope & Closures"
}'