Skip to content

kom-senapati/movie-suggestion-bot

Repository files navigation

Movie Suggestion Bot

⭐ About

A bot that recommends movies based on genre, mood.

$~$

Screenshot

$~$

📤 Set up

  • These are the steps required to install the project.
  1. Get API Keys from GROQ and OMDB
  2. Clone the repo
    git clone https://github.com/kom-senapati/movie-suggestion-bot
  3. Install NPM packages
    npm install
  4. Enter your API Keys in .env.local as stated in .env.example.
  5. Run development server
    npm run dev