Beer API fetching with RapidAPI and NextJS
I was curious about integrating rapidapi with Nextjs. And Success with trying beer api in rapidapi with next js. First of all install next js app with this command.
npx create-next-app beers
after nextjs installation finish install axios package with...
blog.uenmedia.de2 min read