Andy's Tech Tutorials
Andy's Tech Tutorials
  • 116
  • 898 953
Movie Database API Authentication Session ID Tutorial
In this Movie Database Authentication Session ID Tutorial, I show step by step how to generate a session ID
Movie Database Generate Session ID Documentation: developer.themoviedb.org/reference/authentication-how-do-i-generate-a-session-id
Chapters:
0:00 Intro
0:29 Create Request Token
1:20 Ask for User Permission
1:41 Generate Session ID
2:35 Make API Call using Session ID
3:36 Outro
#moviedatabase #sessionid #authentication #tutorial
😄 Want to support and help grow my channel?
Consider supporting my channel by downloading my Postman Collection file that has all of the API calls that I have ever made from my API Tutorial series for whatever price you want (or download for free by typing $0): andystechtutorials.gumroad.com/l/sqbuh
☕ Love my video and want to support me?
👉 www.buymeacoffee.com/andystutorials
มุมมอง: 38

วีดีโอ

Movie Database Now Playing API Tutorial | Movies Playing in Theaters
มุมมอง 18221 วันที่ผ่านมา
In this Movie DB API Now Playing API tutorial, I will show step by step how to use show all movies that are currently playing in theathers using the movie db now playing API Now Playing Movie Database API Call Documentation: developer.themoviedb.org/reference/movie-now-playing-list Chapters: 0:00 Intro 0:07 Now Playing Example API Call 0:35 Setup Now Playing API Call 1:19 Make Now Playing API C...
Movie Database API Search Movies and TV Shows Tutorial
มุมมอง 280หลายเดือนก่อน
In this Movie Database API Movie and TV Show Search Tutorial, I show step by step how to make an api call to the movie database api to search for movies and TV shows! How to Generate Movie DB API Key: th-cam.com/video/FlFyrOEz2S4/w-d-xo.html Movie DB Search Movie API Documentation: developer.themoviedb.org/reference/search-movie Movie DB Search Movie API Documentation: developer.themoviedb.org/...
Movie Database API Favorite Movie Tutorial
มุมมอง 2492 หลายเดือนก่อน
In this tutorial, I show step by step how to favorite a movie using the movie database API! Movie DB API Favorite Movie Documentation: developer.themoviedb.org/reference/account-add-favorite Movie DB API Get List of Favorited Movies: developer.themoviedb.org/reference/account-get-favorites Chapters: 0:00 Intro 0:05 Favorite Movie and View Favoriated Movie Demo 0:25 Create API Request to Favorit...
The Movie Database API Recommendations Tutorial
มุมมอง 3683 หลายเดือนก่อน
In this tutorial, I show step by step how to use the Movie Database Recommendations API! How to Generate Movie DB API Key: th-cam.com/video/FlFyrOEz2S4/w-d-xo.html The Movie Database Recommendations API Documentation: developer.themoviedb.org/reference/movie-recommendations Chapters: 0:00 Intro 0:05 Movie Database Recommendations API Call Demo using Postman 0:15 Import Movie Database Recommenda...
The Movie Database API Movie Trailer Tutorial
มุมมอง 5043 หลายเดือนก่อน
In this tutorial, I show step by step how to get movie trailers from the movie DB API How to Generate Movie DB API Key: th-cam.com/video/FlFyrOEz2S4/w-d-xo.html Chapters: 0:00 Intro 0:06 Movie DB Trailer API Call Demo 0:33 Setup Movie DB Trailer API Call 1:51 Make Movie DB Trailer API Call with Postman 2:11 Outro #moviedb #trailer #api #tutorial 😄 Want to support and help grow my channel? Consi...
The Movie Database Movie Poster Image API Tutorial
มุมมอง 9373 หลายเดือนก่อน
In this Movie Database Image API, I show step by step how to get the images for a specific movie! How to Generate Movie DB API Key: th-cam.com/video/FlFyrOEz2S4/w-d-xo.html Movie Images API Call Documentation: developer.themoviedb.org/reference/movie-images Movie Images URL Preview Documentation: developer.themoviedb.org/docs/image-basics Chapters: 0:00 Intro 0:05 Movie Database Preview Image 0...
How to Setup Next.js App with Supabase | For Beginners
มุมมอง 4794 หลายเดือนก่อน
In this Next.js and Supabase tutorial, I show you step by step how to create a next.js app with Supabase! Use Supabase with Next.js Documentation Link: supabase.com/docs/guides/getting-started/quickstarts/nextjs Chapters: 0:00 Intro 0:05 Create Supabase Project 0:21 Create SQL Table 0:39 Create Next.js App 1:04 Update Environment Variable Project File 1:41 Create Notes Page in Next.js App 1:56 ...
How to Install Shadcn UI using React, JavaScript, and Vite
มุมมอง 4.4K4 หลายเดือนก่อน
In this Shadcn UI Tutorial, I show you step by step how to setup a react project using JavaScript Vite and install Shadcn UI Chapters: 0:00 Intro 0:07 Create React Project using Vite 0:48 Add Tailwind 0:57 Edit jsconfig.json file 1:41 Update vite.config.js 2:06 Run Shadcn-ui Init Command 3:01 Install and Add Button Component 3:45 Outro #shadcnui #install #tutorial #react #vite 😄 Want to support...
How to use Shadcn UI Card Component | Tutorial
มุมมอง 9095 หลายเดือนก่อน
In this Shadcn UI Card Component tutorial, I show step by step how to start using the Shadcn UI Card component! Code from tutorial: github.com/AndyUGA/shadcn-ui-react-app/tree/card_component Chapters: 0:00 Intro 0:05 Demo Shadcn UI Card Component Demo 0:28 Install Packages 1:03 Code Explanation for setting up project 1:50 Code Explanation for Shadcn UI Card Component 2:55 Outro #shadcn #ui #car...
How to Setup Pagination with Shadcn UI | Tutorial
มุมมอง 6K6 หลายเดือนก่อน
In this Shadcn UI Pagination Tutorial, I show step by step how to setup pagination using the Shadcn Pagiation and Table component Code from tutorial: github.com/AndyUGA/shadcn-ui-react-app/tree/pagination Chapters: 0:00 Intro 0:07 Shadcn Pagiation Demo 0:33 Install Shadcn Pagination and Table Component 1:11 Install Axios Package 1:25 Setup and Fetch Data Code Explanation 2:46 Shadcn Table Compo...
How to use Shadcn UI Skeleton Component | Tutorial
มุมมอง 1.3K7 หลายเดือนก่อน
In this Shadcn UI Skeleton component tutorial, I show you step by step how to incorporate the Shadcn UI component into your react project Code from Tutorial: github.com/AndyUGA/shadcn-ui-react-app/tree/skeleton-component Chapters: 0:00 Intro 0:06 Shadcn UI Skeleton Component Demo 0:20 Install Shadcn UI Skeleton Component 0:47 Code Explanation 1:15 Explaining Code for Fetching Data 1:33 Explaini...
How to Add Dark Mode using Shadcn UI and Vite | Tutorial
มุมมอง 4.4K7 หลายเดือนก่อน
In this Dark Mode Shadcn UI tutorial, I show you step by step how to setup dark mode using Shadcn UI! Chapters: 0:00 Intro 0:12 Create Theme Provider File 0:32 Add Theme Provider to App.tsx File 0:48 Create and Display Mode Toggle 1:41 Outro #shadcn #darkmode #tutorial 😄 Want to support and help grow my channel? Consider supporting my channel by downloading my Postman Collection file that has a...
How to Install Shadcn UI in React using TypeScript and Vite | Tutorial
มุมมอง 3.9K8 หลายเดือนก่อน
In this Shadcn UI Tutorial, I show you step by step how to setup a React project with Shadcn UI using TypeScript and Vite! Chapters: 0:00 Intro 0:05 Create React Project using Vite 0:39 Add Tailwind 0:49 Edit tsconfig.json file 1:05 Update vite.config.ts 1:28 Run Shadcn-ui Command 2:40 Add Button Component 3:14 Outro #shadcnui #install #tutorial #react #vite 😄 Want to support and help grow my c...
How to Deploy Next.js App on Vercel using GitHub | Easiest Method
มุมมอง 6678 หลายเดือนก่อน
In this Next.js Vercel Deployment Tutorial, I show step by step how to deploy your Next.js app on Vercel for free! Chapters: 0:00 Intro 0:07 Demo of Deployed Next.js App 0:15 Signup for Vercel Account 0:38 Deploy Next.js App From GitHub 1:38 Test Next.js App 1:55 Outro #nextjs #vercel #hosting #tutorial 😄 Want to support and help grow my channel? Consider supporting my channel by downloading my...
How to Deploy React App to Vercel
มุมมอง 1.1K8 หลายเดือนก่อน
How to Deploy React App to Vercel
How to Deploy MERN (MongoDB Express React Node) App on Railway
มุมมอง 2.1K9 หลายเดือนก่อน
How to Deploy MERN (MongoDB Express React Node) App on Railway
How to Deploy MERN (Mongo Express React Node) App to Vercel | For Beginners
มุมมอง 3.7K9 หลายเดือนก่อน
How to Deploy MERN (Mongo Express React Node) App to Vercel | For Beginners
How to Deploy MERN (React Node Express Mongo) App to Render for Free
มุมมอง 8K10 หลายเดือนก่อน
How to Deploy MERN (React Node Express Mongo) App to Render for Free
Weather API Project Tutorial using HTML, CSS, and JavaScript | For Beginners
มุมมอง 2.9K10 หลายเดือนก่อน
Weather API Project Tutorial using HTML, CSS, and JavaScript | For Beginners
The Movie Database API Project Tutorial using HTML, CSS, and JavaScript
มุมมอง 3.2K10 หลายเดือนก่อน
The Movie Database API Project Tutorial using HTML, CSS, and JavaScript
How to Fork a GitHub Repo using the GitHub API
มุมมอง 36811 หลายเดือนก่อน
How to Fork a GitHub Repo using the GitHub API
How to Update a GitHub Repo using the GitHub API
มุมมอง 1K11 หลายเดือนก่อน
How to Update a GitHub Repo using the GitHub API
GitHub API Tutorial | 2023
มุมมอง 5K11 หลายเดือนก่อน
GitHub API Tutorial | 2023
How to Host a React App on Vercel for Free
มุมมอง 2.9Kปีที่แล้ว
How to Host a React App on Vercel for Free
GitHub Actions Tutorial | Run Automated Tests
มุมมอง 1.5Kปีที่แล้ว
GitHub Actions Tutorial | Run Automated Tests
GitHub Branch Protection Tutorial
มุมมอง 12Kปีที่แล้ว
GitHub Branch Protection Tutorial
How to Create a Random Word Generator API Using Supabase
มุมมอง 540ปีที่แล้ว
How to Create a Random Word Generator API Using Supabase
Random Quote Generator React Project Tutorial
มุมมอง 486ปีที่แล้ว
Random Quote Generator React Project Tutorial
TheMealDB API Tutorial
มุมมอง 3.6Kปีที่แล้ว
TheMealDB API Tutorial

ความคิดเห็น

  • @naserarab007
    @naserarab007 3 วันที่ผ่านมา

    Thank you very much, simple and clean!

  • @xdphantom8817
    @xdphantom8817 3 วันที่ผ่านมา

    but now the docs changed there are two config file, 1- tsconfig.json and another ts.config.app.json you gave the solution for first one what about the second one do i need to do the same just change the name to js ??

    • @dexter3113
      @dexter3113 3 วันที่ผ่านมา

      I'm struggling wd the same problrm

  • @DataAnalyticsIreland
    @DataAnalyticsIreland 5 วันที่ผ่านมา

    thank you for a great tutorial, looking to connect to my data this will get me started.😀

  • @Qurutube
    @Qurutube 6 วันที่ผ่านมา

    It doesn't work now it jsconfig.app.json is also added into Shadcn/ui documentation that I have followed your vid but got no results

  • @battyspark
    @battyspark 7 วันที่ผ่านมา

    thanks man, YOU ARE THE GOAT!!

  • @Vedant-j8n
    @Vedant-j8n 8 วันที่ผ่านมา

    Sir I am getting a Error {"data": {"error":"redirect_uri_mismatch","request":"\/authorize","method":"GET"},"success":false,"status":400} Sir plz give me a solution for this

  • @angelachan7990
    @angelachan7990 10 วันที่ผ่านมา

    Thank you!

  • @YusufUmar-m5z
    @YusufUmar-m5z 11 วันที่ผ่านมา

    Great tutorial, its was straight to the point

  • @BrenoGabrieldeMeloLima
    @BrenoGabrieldeMeloLima 14 วันที่ผ่านมา

    Now that it's a great tutorial

  • @kimbapslayer1995
    @kimbapslayer1995 15 วันที่ผ่านมา

    Why does every tutorial on this seem to be brain dead? Skipping over shit. Errors. Like wtf

  • @qazxsw123100
    @qazxsw123100 17 วันที่ผ่านมา

    if i have both front and back in the same repo, should i do two different project and select the same repo? meaning, in the end i should have one service or two?

    • @AndysTechTutorials
      @AndysTechTutorials 17 วันที่ผ่านมา

      Yes, you should select the same repo both times and in the end, you will have two different services!

  • @sanesfahani
    @sanesfahani 19 วันที่ผ่านมา

    Thanks for this good tutorial. Just one small comment: it would be very helpful if you speak a little slower to make it easier to follow. I had to download the video and slow down the speed to 0,5 to understand

  • @gabrielviera5313
    @gabrielviera5313 20 วันที่ผ่านมา

    thanks buddy

  • @priyankasaleth8986
    @priyankasaleth8986 26 วันที่ผ่านมา

    How to generate water quality api

  • @ScapesManiaBeliver
    @ScapesManiaBeliver 26 วันที่ผ่านมา

    How about if Wordpress Website?

  • @ahmedmehana7690
    @ahmedmehana7690 29 วันที่ผ่านมา

    it ask about cridt card

    • @AndysTechTutorials
      @AndysTechTutorials 27 วันที่ผ่านมา

      You shouldn’t have to add your credit card! You can pick the free plan and it should work!

  • @PossessWithin
    @PossessWithin 29 วันที่ผ่านมา

    Thank you

  • @learning-shaharyar550
    @learning-shaharyar550 หลายเดือนก่อน

    thanks

  • @IMPROVISOR40
    @IMPROVISOR40 หลายเดือนก่อน

    i didnt like the video i loved it, (thanks alot man, it was clear as crystal!!..

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      I’m glad this tutorial helped you!

  • @jarndev
    @jarndev หลายเดือนก่อน

    The 'Bad Request' response is driving me crazy.

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      Hey @jarndev, which part of the video are you seeing "Bad Request"?

    • @germangomez4318
      @germangomez4318 24 วันที่ผ่านมา

      @@AndysTechTutorials I think he is referring to his code, I have the same response and is driving me crazy too. Idk what's happening, I'm using NextAuth instead supabase auth, could that be the problem?

  • @RandomFindsHakunaMatata
    @RandomFindsHakunaMatata หลายเดือนก่อน

    thankss brother!! much appreciated

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      Glad to help!!

    • @RandomFindsHakunaMatata
      @RandomFindsHakunaMatata หลายเดือนก่อน

      ​@@AndysTechTutorialsCan you tell me one more thing like how can I link the api url for random images from unsplash in my html file so that everytime it get hits I get a random image

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      @@RandomFindsHakunaMatata Hey there! You will have to use javascript in your html file to make the api call to the unsplash api to get a random image. Let me know if that makes sense!

  • @asht7290
    @asht7290 หลายเดือนก่อน

    Thanks. Just purchased your API tutorial code. Cheers

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      Hey @asht7290, thank you so much for the support! I really appreciate it!

  • @AnjehMbah-n2l
    @AnjehMbah-n2l หลายเดือนก่อน

    Not working. Returning an object with null with status of 200 ok?

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      Which meal db api call are you making an api call to?

  • @Revanth2344
    @Revanth2344 หลายเดือนก่อน

    Hi @andy Could you also please do for mutli level subdomain?

  • @omotehinseelvis9845
    @omotehinseelvis9845 หลายเดือนก่อน

    I really struggled to see everything on your screen, nonetheless, weldone

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      Thanks for the feedback, I will keep this in mind for future videos

  • @muthuisheree
    @muthuisheree หลายเดือนก่อน

    Thank you , I have been left with an option of going to typescript or leaving shadcn , which i dont like either. Thank you for this video

  • @asindushashan910
    @asindushashan910 หลายเดือนก่อน

    thank you Mr. 😍

  • @KaznarahAndrinarivo
    @KaznarahAndrinarivo หลายเดือนก่อน

    hey man, can i get the url of "domains.google.com" because I can't access the dashboard.

  • @belalheidar981
    @belalheidar981 หลายเดือนก่อน

    how can I post information from chatbot (voicflow) to notion database

  • @jhojie7641
    @jhojie7641 หลายเดือนก่อน

    can we able to watch movies here?

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      Hi @jhojie7641, you can't use the movie db api to watch movies

    • @Master665-n3j
      @Master665-n3j หลายเดือนก่อน

      Bro 😂

  • @amandasjoberg463
    @amandasjoberg463 หลายเดือนก่อน

    Do you know if I could use this API to manage my own recipes? I am coding a blog website for my own recipes and I want to be able to save them, search them, categorize them and scale/convert recipes between different systems of measurement. Although honestly, I'd be okay with an API that can do any one thing of these... edit: Main point is that I don't want external recipes, only to use for my own

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      Hi @amandajoberg463, the spoonacular api will not be able to help you manage your own recipes unfortunately

  • @Rioveat247
    @Rioveat247 หลายเดือนก่อน

    Can you make a video on how you made the react app and how to add the movie database to it??

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      Hey @Rioveat247, I have a video showing how to use the movie db api in a react project here: th-cam.com/video/T0igFcsjAiE/w-d-xo.htmlsi=r8wGIjLgN8Wsamph

  • @maxwalks2126
    @maxwalks2126 หลายเดือนก่อน

    what if youre using jsx?

  • @favouranaonye3370
    @favouranaonye3370 หลายเดือนก่อน

    Cool... please link to download app

  • @volgalgzkaradagoglu
    @volgalgzkaradagoglu หลายเดือนก่อน

    Hi Andy, my bot didn't work as well. Unlike yours, the URL generated on Replit is just some random characters. Can it be the problem?

  • @jpoland00
    @jpoland00 หลายเดือนก่อน

    Andy this is helpful and detailed on the APi's - thank you

  • @Фоксяныч-ц2ы
    @Фоксяныч-ц2ы หลายเดือนก่อน

    Is it possible to make a software that can track all channels and find the ones with many views and a low amount of subscribers? That can help in search of relevant niches

  • @tegasteve8195
    @tegasteve8195 หลายเดือนก่อน

    Thanks alot, really helpfull

  • @vojtechfaltynek1781
    @vojtechfaltynek1781 หลายเดือนก่อน

    i spent whole evening solving this, its almost 3 am and i just gave up and went to bed. I was curious how to solve this and i found your video, thank you man!!

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      I’m glad my video helped you!

    • @vojtechfaltynek1781
      @vojtechfaltynek1781 หลายเดือนก่อน

      @@AndysTechTutorials So, now when i tried your method, i figured out, some components doesnt work sadly

    • @AndysTechTutorials
      @AndysTechTutorials หลายเดือนก่อน

      What’s the error message that you are seeing with the components that are not working?

    • @vojtechfaltynek1781
      @vojtechfaltynek1781 หลายเดือนก่อน

      @@AndysTechTutorials problem is there are no error messages, dev terminal in vs code is clear and browser terminal is clear also. This is for border beam component, it displays the div and the border, even the colorful part that should “orbit” around the border, but it stays on place and doesn’t move..

    • @anshumannjs7876
      @anshumannjs7876 หลายเดือนก่อน

      ​@@vojtechfaltynek1781 have you installed tailwind-animation

  • @potatogamer9127
    @potatogamer9127 หลายเดือนก่อน

    very nicely explained

  • @noorman4978
    @noorman4978 หลายเดือนก่อน

    Great video! Can you make a video about creating an account, session id and authenication in the movie DB? Ive red the docs and I still cant get it

  • @StaceyLust
    @StaceyLust 2 หลายเดือนก่อน

    broo plsss can you chack the updated doc on shadcn and help me out with a comment or drop a new vid about this cuz i’m getting some really bad errors and it’s maddening

  • @somename9877
    @somename9877 2 หลายเดือนก่อน

    thank you it helped me dude

  • @phantazzor
    @phantazzor 2 หลายเดือนก่อน

    2 src file in your root ?

  • @RG-500
    @RG-500 2 หลายเดือนก่อน

    You are a rock star! Thank you so much for posting this video.

  • @chiamakanwachukwu301
    @chiamakanwachukwu301 2 หลายเดือนก่อน

    Thank you so much

  • @jamesstigall49
    @jamesstigall49 2 หลายเดือนก่อน

    I had to set my Authorization to "Basic Auth" without setting a username and password. Only then, this worked for me. Helpful video, tho. Thanks! 👍

  • @nathankrasney
    @nathankrasney 2 หลายเดือนก่อน

    The only good usage for shadcn in my oppionon is quick prototype. And this is what is done by vercel v0 and Claue AI which use shadcn. Using this copy pase approach of shadcn seem a nightmare for production

  • @sailendrachettri8521
    @sailendrachettri8521 2 หลายเดือนก่อน

    Thanks buddy, you earned one more subscriber :)

  • @MAAAX2211
    @MAAAX2211 2 หลายเดือนก่อน

    for me it took 50 minutes to render my domain