REST API for Guess10.
Endpoint:
/api/guess10
Example Response:
{
"category": "Top 10 Fruits",
"items": [
"Apple",
"Banana",
"Orange",
"Mango",
"Strawberry",
"Pineapple",
"Watermelon",
"Grapes",
"Peach",
"Blueberries"
]
}
Vercel:
$ git clone https://github.com/thesalikkhan/guess10-backend.git
$ cd guess10-backend
$ npm i
$ npm start