Live API Link tourAPI.
Tour API for Get all Tours with shorting, pagination, limiting, get single tours, update single tour, get top 3 viewed tour, get top 3 cheapest tour
https://tours-gules.vercel.app/api/v1/tours
https://tours-gules.vercel.app/api/v1/tours?page=2&limit=2
https://tours-gules.vercel.app/api/v1/tours?sort=price
https://tours-gules.vercel.app/api/v1/tours?fields=name,price
https://tours-gules.vercel.app/api/v1/tours
https://tours-gules.vercel.app/api/v1/tours/:id
https://tours-gules.vercel.app/api/v1/tour/:id
{
"name": "Las Vegas Helicopter Night Flight",
"description": "See the bright lights of the Las Vegas Strip and the surrounding region during this nighttime helicopter flight.",
"price": 189.99,
"location": "las vegas",
"duration": "3 days",
"isGuide": "no",
"viewed": 0,
"food": "first day and night"
}
https://tours-gules.vercel.app/api/v1/tour/trending
https://tours-gules.vercel.app/api/v1/tour/cheapest