Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 849 Bytes

File metadata and controls

52 lines (39 loc) · 849 Bytes

POST http://localhost:5000/register Content-Type: application/json

{
"email": "test1@gmail.com", "firstName" : "test1", "lastName" : "test1", "affiliation": 3, "password": "Pass&123"

}

###`

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

{
"email": "test1@gmail.com", "password": "Pass&123"

}

###

GET http://localhost:5000/match/find Content-Type: application/json

{
"userId": "6030bd7c572de23214f8b707", "issue": "Gun Control", "rating": null

}

###

POST http://localhost:5000/chat/send Content-Type: application/json

{
"messageContent": "hello ke", "chatId": "6031448dd2199fab574066fa"

}

###

GET http://localhost:5000/news Content-Type: application/json

{
"issue": "Gun Control", "user1Id": "6031305ec0294ba3f6d023d7", "user2Id": "603131ac1cca7ca55e5db17e"

}