This app uses cutting-edge AI to help you recall movie titles! Just describe the plot, and it will search a massive movie database to find your match. Powered by OpenAI's GPT model and themoviedb API, it lets you describe the movie's plot, and it will suggest the movie you're looking for.
The project have backend and fontend both.
You can run the backend
$ npm run start:backend
And the frontend
$ npm run start:frontend
Make sure you have set the variable inside .env
file.