Skip to content

👨‍💼Este repositório contém o projeto final do curso CS50 2020 de Harvard

Notifications You must be signed in to change notification settings

davidlpc1/Youtube_Ead

Repository files navigation

🔗 Youtube EAD (FLASK-CS50_Final_Project)

🚀 Study via Youtube 🚀

Home

Content

🚧 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

Downloading

Download ZIP OR

git clone https://github.com/davidlpc1/Final_Project_CS50

Technologies

HTML CSS JavaScript SQLite Python Python

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

  • Register user
  • Register video
  • Register playlist
  • View user
  • View video
  • View playlist
  • Like a video
  • Dislike a video
  • Show how many likes a video has
  • Show how many dislikes a video has
  • Update password of user
  • Update name of user
  • Update image of user
  • Update Level of user
  • Update playlist
  • All actions of user in index page

Autor



Davi Lucas
🚀

Made with ❤️ by Davi Lucas 👋🏽 Contact me!

Twitter Badge Linkedin Badge Gmail Badge

About

👨‍💼Este repositório contém o projeto final do curso CS50 2020 de Harvard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published