Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

This is a video uploading application written in Django.

License

Notifications You must be signed in to change notification settings

nawaljahmed/Django-YouTube-App

Repository files navigation

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)

Releases

No releases published

Packages

No packages published