Skip to content

rahul-raphy/Netflix-App-Django-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix-App-Django-Python

Netflix like streaming service using Django and Python. Lets Netflix and 'code'!

Table of contents

Introduction

A streaming service built with Python Django that provides a wide range of award-winning TV shows, movies, animations, documentaries, and other content.

Demo

Screenshot (372) Screenshot (373) Screenshot (374) Screenshot (375) Screenshot (376) Screenshot (377) Screenshot (378) Screenshot (379) Screenshot (380) Screenshot (381) Screenshot (382)

The app provides a wide range of TV series, movies, animations, and documentaries. In order to access the admin panel on "/admin"

Run

You can run "python manage.py runserver" in the terminal and the application should work.

Technology

The application is built with:

  • Django
  • Postgresql
  • Allauth
  • Tailwind CSS
  • Ionicons

Features

Users can do the following:

  • Create account, login or logout
  • Create profiles
  • Watch movies, animation, TV series and documentaries.

Database

All the models can be found in the models directory created using Postgresql

User:

  • username (String)
  • password (String)

Movie:

  • title (String)
  • imagePath (String)
  • description (String)
  • type (String)
  • category (String)
  • createdAt (Date)

Profile:

  • name (String)
  • category (String)

Rahul Raphy

About

Netflix like streaming service using Django and Python. Lets Netflix and 'code'!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published