Lamorak
Food Delivery REST API, MySQL TypeORM Express Node TypeScript
User
GETShow All User
http://localhost:3002/api/users/
Example Request
Show All User
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETShow Specific User
http://localhost:3002/api/users/d07f6de9-47fa-4c68-9128-846e123c9dd9
Example Request
Show Specific User
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTRegister
http://localhost:3002/api/users/register
Bodyraw (json)
Example Request
Register
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTLogin
http://localhost:3002/api/users/login
Bodyraw (json)
Example Request
Login
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
DELETELogout
http://localhost:3002/api/users/logout
Example Request
Logout
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers