Skip to content

TMDB #18

Answered by j471n
therockstarind asked this question in Q&A
TMDB #18
Feb 6, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Hello Rock Star,

I am assuming you are asking this because of the Recent movies section in about page.

Actually, I am not using IMDB or it's API (because it's work on subscription model). You have to pay for it to use. You can get more info about in it's documentation.

I created a SQL database at supabase which consists of the following columns-

  • name
  • rating
  • watched
  • image
  • URL

From there I am fetching these details in my portfolio.

If you want to get the details through an API then you can use TMDB and it's API for free.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@therockstarind
Comment options

@j471n
Comment options

j471n Feb 6, 2023
Maintainer

@therockstarind
Comment options

@j471n
Comment options

j471n Feb 6, 2023
Maintainer

Answer selected by therockstarind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants