orifmilod / iCinema

A Full Stack MERN app with CRUD operations for theatres where users can search for movies that are available and admin can add a movie to the list and much more.
https://icinema1.herokuapp.com/
MIT License
254 stars 96 forks source link

Fetching movie data from the OMDB API #5

Open aaditkamat opened 3 years ago

aaditkamat commented 3 years ago

You can fetch the movie data using OMDB and display it on your movie cards instead of getting the required data from different sources. This way you won't need to store image data in a Buffer for each of the movies as well

aaditkamat commented 3 years ago

Oh nvm, seems like you are already developing a movie database api in your other repository.

orifmilod commented 3 years ago

I have developed this in order to see full backend and frontend working on the same project. (without any external API's) You could connect the frontend of this application (probably with some modification) to my other project which is using OMDB backend.

link to project using OMDB API: https://github.com/orifmilod/movie-database-api

shivansh84ya commented 4 weeks ago

Could you please assign this issue to me?