Skip to content

Latest commit

 

History

History
executable file
·
4 lines (3 loc) · 559 Bytes

README.md

File metadata and controls

executable file
·
4 lines (3 loc) · 559 Bytes

movikee

An OMDb API based Movie Search Engine (Alternative of IMDb Web Application)

The movikee project is a single page application developed using AngularJS & OMDb API. This is a movie search engine which fetches movie data using OMDb API.

To run this application in development environment, first clone it on your machine and then run the following commands one by one in terminal: -
      npm i
      npm start