Clone proxy server:
git clone https://github.com/RBV801/proxy-server2.git
cd proxy-server2
npm install
Configure proxy server:
cp .env.example .env
# Edit .env and add your OMDB API key
Start proxy server:
npm start
In a new terminal, clone frontend:
git clone -b POC https://github.com/RBV801/movie-search-test2.git
cd movie-search-test2
Open index.html
in your browser