This is a simple rest api to search and get detail movies. Movie data comes from OMDB API.
This project implements clean architecture and unit tests.
yarn install
yarn start
yarn run test
You can try the endpoint by importing postman collection provided