Background#
So the idea is simple: Generate a random image from Unsplash API and a random qoute currently using- go-qoute. And to get it deploy as fast as possible, you can see it here (also its github)
An Observation !#
I found it extremely amusing that even though these are two completely random image and qoute they somehow seem to fit very well 😅
Vercel#
While my aim was to learn how to use vercel I didn’t know how to get the backend to work in vercel. Apparently its very easy all you need to go is create an api
folder and put all your api endpoints there and vercel automatically handles these API routes.