smttl / netflix-klon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetflixClone

A Netflix clone that allows users to browse and watch movies and TV shows.

NetflixClone consists of two parts currently. A Django based back end that provides a REST API and an Angularjs based front end that consumes the REST API.

The hope is that the REST API exposed by the server will become powerful enough to connect to a collection of apps.

Currently the only app is a simple Web based app also hosted by the server.

Dependencies

NetflixClone can be installed without South however it is recommended to help with database migrations in future versions.

The video player uses Videogular which has an MIT license.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 67.9%Language:CSS 24.1%Language:HTML 4.4%Language:Python 3.6%