Skip to content

yurenpang/MovieReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieReview

This is a Flask web application that allows the user to view, create, update and remove movie reviews in a database.

Perequisite

Make sure you have the latest version of Python 3 installed on your computer

Installing

  • Clone this repo, open your terminal and direct to this local folder
  • Make sure you have the latest Python 3 on your computer
  • On Windows, type
    $venv\Scripts\activate
    

    Then type:

    $set FLASK_APP=server.py
    $python -m flask run
    

    On ios, type

    $. venv/bin/activate
    

    Then type:

    $ export FLASK_APP=hello.py
    $ flask run
    
  • Open your server and go to:
    127.0.0.1:5000
    

Built With:

Deployment

  • The Main Page

Home page of the website

  • The edit review page. Note that this page shares the same template.

Movie Review Page

  • If the user clicks on a movie title, a page is shown that contains the review text in addition to the title and the rating. The user can click a button or link to return to the list of reviews.

About

This is a Flask web application that allows the user to view, create, update and remove movie reviews in a database.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors