Sample application made with Next.Js and Mantine for viewing recipes from Tasty from RapidApi :
- Install required depedencies by running
npm install - Create a
.envfile in the project's root folder - Get an api key for Tasty from RapidApi
- Add four variables in this file:
NEXT_PUBLIC_RECIPE_INFO_URL=https://tasty.p.rapidapi.com/recipes/get-more-info
NEXT_PUBLIC_RECIPE_SUMMARY_URL=https://tasty.p.rapidapi.com/recipes/list
NEXT_PUBLIC_API_KEY=YOUR API KEY
NEXT_PUBLIC_API_HOST=tasty.p.rapidapi.com
- Launch the application with
npm run devor using Visual Studio Codelaunch.jsonfile
