An OpenAI-powered app that lets you input whatever topic or prompt you choose and get movie recommendations along with where you can watch them. Employs The Movie Database API for movie details and provider options.
- Clone the repo to your computer
git clone https://github.com/zttimmerman/movie-mind.git
- Install dependencies
npm install
-
Copy example.env file and rename it to .env, then enter your OpenAI and The Movide Database API Keys.
-
Start the backend server
npm run start
- Start the client dev server
npm run dev