This app was developed to query the already existing OMDB (The Open Movie Database) API, which is a RESTful web service to obtain movie information.
[ Live Version ]
Clone the repo:
git clone https://github.com/VladyslavKutsevolov/Movie-App.git
Install dependencies:
yarn
Set environment variables:
cp .env.example .env.local
Run:
yarn start
Run Test:
yarn test
Run using docker-compose file:
docker-compose up