Giter Club home page Giter Club logo

whereisitstreaming's Introduction

๐Ÿ’ป Where Is It Streaming ๐ŸŽฅ

Where Is It Streaming is the web app that your entertainment has been waiting for. This web app helps you in exploring a wide variety of movies and in finding streaming services, renters, and sellers of your favorite movies. In addition to that, Where Is It Streaming randomly generates twenty movies every time you visit โ€“ or refresh โ€“ the main page for the convenience of simplifying the struggles of finding a movie to watch ๐Ÿ˜Ž.

Table of Content ๐Ÿ“˜

Features โœจ ๐Ÿ˜Ž

Currently, Where Is It Streaming supports the following:

  • Registration System
    • Username as Primary Key - No Duplicates
    • Email Regex Validation
    • Hashed Passwords (8 to 80 Characters in Length)
  • Login
    • Validation System
    • Users' Sessions
  • Searching for Movies
  • Movies' Genre, Ratings, Summary, and Casting Preview
  • Streaming Services, Sellers, and Renters Locator
  • Randomly Generated Movies on Main Page
  • Logout

๐Ÿ“ท Demo and Screenshots ๐Ÿ“น

Where Is It Streaming Where Is It Streaming
Landing Page Register
Invalid Register Paths
Mainpage Searching

Movie

Demo

Usage ๐ŸŽฎ

This web app is written in Python 3 using Flask Web Framework. Frontend uses Bootstrap Framework. Sqlite DB is used - you will need, as instructed below, to build a database from The Movies Dataset.

Cloning and Virtual Environment

  • git clone https://github.com/Ahmad-Magdy-Osman/WhereIsItStreaming.git
  • cd WhereIsItStreaming
  • python3 -m venv venv
  • source venv/bin/active
  • pip3 install -r requirements.txt

Generating Movies Database

This step is essential before running the web app.

  • Download The Movies Dataset and unzip it.
  • mkdir data
  • Move CSV files to the 'data' sub-directory.
  • Run python3 db.py. Should take a minute or two.

Running the Web App

Tools ๐Ÿ‘“

Programming Languages, Frameworks, Libraries, APIs, Databases, and Data Formats.

  • Python 3
    • Flask
      • Flask-WTF
      • Flask-User
      • Flask-Images
      • Flask-Bootstrap
      • Flask-StormPath
      • Flask-SqlAlchemy
    • APIs
    • SQLite3
  • SQLite
    • SQL
    • CSV Dataset
  • HTML & CSS
    • Bootstrap Framework

Current Web App Hierarchy ๐Ÿ’ช

  • Web Pages
    • Landing Page
      • Pre-login
    • Register
    • Login
    • Main Page
      • Randomly Generated Movies
    • Search
    • Movie Page
    • Logout
      • Leads to Landing Page
  • Database Tables
    • Movies - Cast - Crew - Ratings - Users
    • Relationships
      • Many to Many: Movies to Cast
      • Many to Many: Movies to Crew
      • One to Many: Ratings
  • More to come...

Future Plans ๐Ÿ”œ

Some of the features that would be appropriate for Where Is It Streaming. Please feel free to pick any of them and start working on improving it as a contributor.

  • General
    • Mobile Responsiveness
    • Project Structure and Cleaning
  • Features
    • Mark Movies as Watched or To-Watch
    • Like and Unlike Movies
      • Helps with Recommendation System
    • Account Retrieval via Email
  • Views
    • View Search History
    • View Liked and Unliked Movies
    • View Watched and To-Watch Movies
  • Movie Recommendation System
    • Based on Liked/Unliked Movies
  • Content
    • Better Dataset with up-to-date Movies and TV Shows
  • Marketing
    • SEO
    • Share on Social Media button
  • Style/Design
    • Fonts
    • Footer
    • Movies Images
  • Read Me
    • Add Collaborates and Contributors

Contributing ๐Ÿ”ฅ

  1. ๐Ÿ Fork this repo!
  2. Clone and cd into it
  3. Setup your virtual environment.
  4. Create your feature branch: git checkout -b my-new-feature
  5. Commit your changes: git commit -m 'Add some feature'
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request ๐Ÿ‘

๐Ÿ•บ Collaborators & Contributors ๐Ÿ’ƒ


Ahmad M. Osman

Inspiration ๐Ÿ““

You will fail.

You will mess up.

You'll do poorly on assignments and tests.

Your side projects will not work.

Your code will be sloppy and incomplete.

You will bomb job interviews.

Your PR's will be rejected.

And because you fail, you will succeed.

Don't be afraid to fail, don't let it destroy your self-confidence, don't let it define you. Instead, do everything you can to learn from that failure and take that new knowledge into the next piece of work.

Indeed, failure is the only path to success.

    โ€• Stranger on the Internet.

License ๐Ÿ“š

Where Is It Streaming is an open source project under MIT license.

whereisitstreaming's People

Contributors

ahmad-magdy-osman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.