Skip to content

AxelConceicao/youtube-django

Repository files navigation

Project #2 Group 210 - Youtube

overview

Table of Contents

About The Project

Small Youtube allows you to watch videos ! You can also create our own channel and upload videos.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

For DEBIAN distributions

  • Python 3.7
sudo apt install python3.7
  • Pip3
sudo apt install python3-pip
  • Django 3.1.5
pip3 install Django==3.1.5
  • Pillow 8.1.2
pip3 install Pillow==8.1.2

This library provides extensive file format support (requierement for the Django ImageField)

  • django-crispy-forms 1.11.2
pip3 install django-crispy-forms==1.11.2

Bootstrap form builder

Installation

  1. Clone the repo
git clone https://gitlab.computing.dcu.ie/conceia2/2021-ca229-project02.git

For DCU containers 2. Create a file named user.txt in youtube/ that contains your DCU username or run this command from root repo

echo -n "<username>" > youtube/user.txt

Usage

From youtube/

$ python3 manage.py runserver

For DCU containers

$ python3 manage.py runserver 0.0.0.0:8080

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Axel Conceicao - [email protected] - https://gitlab.computing.dcu.ie/conceia2
Leonardo Shehu - [email protected] - https://gitlab.computing.dcu.ie/shehul2

Project Link: https://gitlab.computing.dcu.ie/conceia2/2021-ca229-project02

Acknowledgements