Small Youtube allows you to watch videos ! You can also create our own channel and upload videos.
To get a local copy up and running follow these simple steps.
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
- 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
From youtube/
$ python3 manage.py runserver
For DCU containers
$ python3 manage.py runserver 0.0.0.0:8080
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Axel Conceicao - axel.conceicao2@mail.dcu.ie - https://gitlab.computing.dcu.ie/conceia2
Leonardo Shehu - Leonardo.shehu2@mail.dcu.ie - https://gitlab.computing.dcu.ie/shehul2
Project Link: https://gitlab.computing.dcu.ie/conceia2/2021-ca229-project02