Skip to content

imdbnator/ui

Repository files navigation

IMDbnator

IMDBnator is a free, simple and easy web app to manage movies. Movies of any format like [FOO.AgS]Batman.Begins.DVDRip.2005.www_ganool.ag can be loaded from the computer or from a webpage and after a few seconds of processing, it catalog the entire movies collection in a beautiful and organized manner.

You can sort, search, filter, watch trailers before your next movie and more! :)

foo

Requirements

You will need to intall yarn using npm or any other way.

$ npm install -g yarn

Install

$ git clone git@github.com:saikrishnadeep/imdbnator.git
$ cd imdbnator
$ yarn install
$ API_HOST=139.59.92.196:80 yarn run dev

That's it! You're all setup to develop on the imdbnator client end.