Code the following routes using node.js
http
module
/people?name='A'
(any occurance of character anywhere in the string)/people?age>85
(a greater than or less than comparison)- Bonus 🍻 task
/people?name='A'&age>85
i.e support all of them in the same query - Double Bonus 🍻:beers: task give
200
and400
status
codes
🎨 Please write proper variable names , Write a readable code so that others can read and understand