Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 847 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 847 Bytes

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