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

namir-ahmed/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)

About

This is a video uploading application written in Django.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published