curl "http://localhost:7000/accounts"
curl -H "Content-Type: application/json" -X POST -d '{"balance": 1000, "name":"savings"}' "http://localhost:7000/accounts"
curl -H "Content-Type: application/json" -X PUT -d '{"name": "David"}' "http://localhost:7000/accounts/id"
curl -X DELETE "http://localhost:7000/accounts/id"
-
Notifications
You must be signed in to change notification settings - Fork 0
wanghongli145/server-node
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published