this is the basic API calls in NodeJS with Mongoose/ (MongoDB)
Link for API Calls:
URL: http://node-api-calls.herokuapp.com/api/users
{
Name: String,
Phone: Number,
Email: String,
Address: {
Street: String,
Area: String,
City: String,
Pincode: Number
}
}
http://node-api-calls.herokuapp.com/api/users Getting all Users
http://node-api-calls.herokuapp.com/api/users Passing the data in the form of json
http://node-api-calls.herokuapp.com/api/users Passing the data in the form of json
http://node-api-calls.herokuapp.com/api/users Passing the data in the form of json