RBV801 / movie-search-test2

A web-based movie search tool using Brave Search
0 stars 0 forks source link

Movie Search Application

POC Setup Instructions

  1. Clone proxy server:

    git clone https://github.com/RBV801/proxy-server2.git
    cd proxy-server2
    npm install
  2. Configure proxy server:

    cp .env.example .env
    # Edit .env and add your OMDB API key
  3. Start proxy server:

    npm start
  4. In a new terminal, clone frontend:

    git clone -b POC https://github.com/RBV801/movie-search-test2.git
    cd movie-search-test2
  5. Open index.html in your browser

Features