Skip to content

My Movie watchlist Using the Movie API , where users can search a movie and make movie reviews

License

Notifications You must be signed in to change notification settings

Reuben-Kipkemboi/Movie-Watchlist

Repository files navigation

Movie-Watchlist

By Reuben Kipkemboi

Table of Content

Description

Go Back to the top

User Stories

A movie review website using flask. The web application will allow a user to find a movie, add a review to the movie and also add comments to reviews.

This Application is composed of the following modules;

Home page

Home Page

Login page

Login Page

Register module

Register Page

Movie description section

Movie Description Page

User profile

Profile Page image

Movie-Review module

Review Page image

Search Results

search Results Page

Review description section

Review menu Page

Go Back to the top

Installation Requirements

Prerequisites

  • pip
  • gunicorn
  • flask
  • wtf-forms

Instructions

  1. Git clone the repository to your local computer
https://github.com/Reuben-Kipkemboi/Movie-Watchlist.git
  1. change Directory cd into News-Api
cd News-Api
  1. create a virtual environment
python3.8 -m venv virtual
  1. activate the virtual environment
source virtual/bin/activate

  1. To deactivate the environment
deactivate
  1. Install Flask
pip install flask || pip3 install flask
  1. Execute start.sh
chmod a+x start.sh

./start.sh

Go Back to the top

Technologies Used

  • Python3.8
  • Flask
  • HTML
  • Bootstrap

License

MIT License

Live Site

Authors Info

© 2022 @ Reuben Kipkemboi.