A friendly movie recommendation bot that helps you find the perfect movie to watch based on your mood.
- Pnpm - Installation Guide
- OpenAI API Key - Sign Up
- OMDb API Key - Sign Up
- Clone the repository
- Install dependencies
pnpm install- Create a
.envfile in the root directory and add the following environment variables
OPENAI_API=YOUR_OPENAI_API_KEY
OMDB_API_KEY=YOUT_OMDB_API_KEY- run the project
pnpm dev