FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

fullstack-chat/requests.rest at main · JSONParseError69/fullstack-chat · GitHub

Latest commit

 

History

History
21 lines (16 loc) · 314 Bytes

File metadata and controls

21 lines (16 loc) · 314 Bytes

POST http://localhost:3001/login Content-Type: application/json

{
"username": "adam", "secret": "pass1234"

}

###

POST http://localhost:3001/signup Content-Type: application/json

{
"username": "zack", "secret": "pass1234", "email": "zack@gmail.com", "first_name": "Zack", "last_name": "Engine"

}


Back | FazBrowse Home | New Git URL