Code Monkey home page Code Monkey logo

trailers-app's Introduction

๐ŸŽฅ trailers_app ๐ŸŽฅ

This project is a web application which allows users to store and play the trailers of their favorite movies. The application is powered by the Django Web Framework and Django's third party applications. It uses the Bootstrap Frontend Framework to nicely render the UI.


Application features

Following are some of the major features of the application:

  1. User Authentication feature - signup(through django-registration's 2-step verification), login and logout
  2. Reset password feature - The reset password link is send to email
  3. Change password feature - The password can be changed when the user is logged in
  4. Authorization and Permission feature - Only logged users can store and play trailers.
  5. Feature to store movie trailer url, movie poster and movie plot.
  6. Feature to edit movie trailer url, movie poster and movie plot.
  7. Feature to delete movie trailer.
  8. Feature to list a user's stored trailers.

Screenshots

  1. Landing Page

LandingPage

  1. Sign Up Page

Signup

  1. Reset Password Page

ResetPassword

  1. Login Page

LoginPage

  1. Change Password Page

ChangePassword

  1. Home Page of Logged in User

UserHomePage

  1. Movie Trailer Add Page

AddMovie

  1. Playback of trailer in Home Page

MoviePlaybackHome

  1. Movie detail page

MovieDetail

  1. Playback of trailer in Movie detail page

MoviePlaybackDetail

  1. Movie edit page

MovieEdit

  1. Movie delete page

MovieDelete

Running the application

Note:

  1. For signup, you need to have smtp backend support through a third party like sendgrid. Save the environment variables for the smtp email user and smtp email password of your smtp applicationin .env file in the project's root directory. I used sendgrid.
EMAIL_HOST_USER=<your_apikey>
EMAIL_HOST_PASSWORD=<your_password>
  1. For creating virtual environment, installing the dependencies and loading the environment variables, I used pipenv.
# git clone https://github.com/realnitinworks/trailers-app.git
# pipenv install
# pipenv shell
# python manage.py runserver

trailers-app's People

Contributors

dependabot[bot] avatar realnitinworks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

topowright-zz

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.