Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 313 Bytes

api.rest

File metadata and controls

26 lines (22 loc) · 313 Bytes

http://localhost:8000 Accept: application/json Content-Type: application/json --

# Home -- GET /

# User Login -- POST /user/login {

"email":"[email protected]", "password":"tefiti"

}

# User Sign Up -- POST /user/signup {

"name":"Tekka", "email": "[email protected]", "password": "tefiti"

}