Postgre APIs App
The Node.js Blog App is a web application that allows users to create, read, update, and delete (CRUD) blog posts. It will be built using Node.js and Express on the server side.
Here are the REST API endpoints that may be required for the Node.js Blog App.
Design and created by Aagam Jain
user APIs
The user APIs are that allow user to (sign in , login, and get details of user)
POST/api/login
https://postgre-apis-app.onrender.com/api/login
Allows a user to log in by sending a POST request with their username and password.
Bodyraw (json)
Example Request
/api/login
200 OK
Example Response
Date
Content-Type
Transfer-Encoding
Connection
CF-Ray
ETag
Vary
CF-Cache-Status
x-powered-by
Server
Content-Encoding
alt-svc
POST/api/signup
https://postgre-apis-app.onrender.com/api/signup
Allows a user to log in by sending a POST request with their username and password.
Bodyraw (json)
Example Request
/api/signup
200 OK
Example Response
Date
Content-Type
Transfer-Encoding
Connection
CF-Ray
ETag
Vary
CF-Cache-Status
x-powered-by
Server
Content-Encoding
alt-svc
GET/api/users/all
https://postgre-apis-app.onrender.com/api/users/all
Allows a user to view all profiles of different users by sending a GET request.
Example Request
/api/users/all
200 OK
Example Response
Date
Content-Type
Transfer-Encoding
Connection
CF-Ray
ETag
Vary
CF-Cache-Status
x-powered-by
Server
Content-Encoding
alt-svc