$ yarn && yarn dev
Videos: https://sigma-male-grindset-api.vercel.app/api/videos
$ url -s -X GET "http://localhost:3000/api/videos"
=> {"url":"https://www.youtube.com/watch?v=bWvVVLFk1G0"}
Quotes: https://sigma-male-grindset-api.vercel.app/api/quotes
$ curl -s -X GET "http://localhost:3000/api/quotes"
=> {"quote":"Don't think outside the box, buy the box", "author":"Quintillionare Sigma Male"}