nawaljahmed / Django-YouTube-App

This is a video uploading application written in Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django YouTube App

This is a video uploading application written in Django made to mimic YouTube functionalities.

Features:

  • Video Upload
  • Video Deletion
  • Video Search
  • User registration and login
  • Comment including timestamp
  • Responses

SQLite was the database system used as Django uses SQLite by default. For a more scalable database, PostgreSQL is ideal.

The application uses the jumbotron Bootstrap theme.

To start the development server, open the directory containing the source files in a terminal and run the command python manage.py runserver. To change the port if the default one is in use, python manage.py runserver XXXX.

Demo

Django YouTube App Demo
YouTube Video Demo (Click on Image for Video)

About

This is a video uploading application written in Django.

License:MIT License


Languages

Language:Python 75.2%Language:HTML 24.8%