https://github.com/davidlpc1/youtube_ead
👨💼Este repositório contém o projeto final do curso CS50 2020 de Harvard
https://github.com/davidlpc1/youtube_ead
cs50 cs50x harvard playlists study video youtube-clone
Last synced: 4 months ago
JSON representation
👨💼Este repositório contém o projeto final do curso CS50 2020 de Harvard
- Host: GitHub
- URL: https://github.com/davidlpc1/youtube_ead
- Owner: davidlpc1
- Created: 2020-12-26T20:42:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T18:24:33.000Z (over 5 years ago)
- Last Synced: 2025-03-11T21:53:24.293Z (over 1 year ago)
- Topics: cs50, cs50x, harvard, playlists, study, video, youtube-clone
- Language: HTML
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🔗 Youtube EAD (FLASK-CS50_Final_Project)
🚀 Study via Youtube 🚀

Content
=================
* [About](#About)
* [Technologies](#Technologies)
* [Downloading](#Downloading)
* [StartingTheApplication](#Starting)
🚧 That was builded 🚧
## About
### This is @ davidlpc1's final project for Harvard's cs50 course.
### The project proposes that you study through educational YouTube videos and help other students present on our platform, adding videos and playlists
## Technologies






## POWERSHELL
```
pip install cs50
pip install Flask
pip install Flask-Session
pip install requests
$env:FLASK_APP = "application.py"
$env:FLASK_ENV = "development"
$env:FLASK_DEBUG=0
flask run
```
## CMD
```
pip install cs50
pip install Flask
pip install Flask-Session
pip install requests
set FLASK_APP=application.py
set FLASK_ENV=development
set FLASK_DEBUG=0
flask run
```
## Linux,Mac
```
pip install cs50
pip install Flask
pip install Flask-Session
pip install requests
export FLASK_APP=application.py
export FLASK_ENV=development
export FLASK_DEBUG=0
flask run
```
### Features
- [x] Register user
- [x] Register video
- [x] Register playlist
- [x] View user
- [x] View video
- [x] View playlist
- [x] Like a video
- [x] Dislike a video
- [x] Show how many likes a video has
- [x] Show how many dislikes a video has
- [x] Update password of user
- [x] Update name of user
- [x] Update image of user
- [x] Update Level of user
- [x] Update playlist
- [x] All actions of user in index page
### Autor
---
Made with ❤️ by Davi Lucas 👋🏽 Contact me!
[](https://twitter.com/ProgramadorDavi) [](https://www.linkedin.com/in/davi-lucas-93abb71b3/)
[](mailto:davilucasdlcreator@gmail.com)