Skip to content

A flask-based web application that let users write reviews for movies

License

Notifications You must be signed in to change notification settings

tu-vu/Movies-Review

Repository files navigation

Movies-Review

Python Flask Flask-SQLAlchemy PostgreSQL Bootstrap API

Demo1 Demo2

Website found here: https://moviebia.herokuapp.com/

You can use the following credentials if you don't want to sign up:

Installation

Installation via requirements.txt
cd Movies-Review
mkvirtualenv Movies-Review
pip3 install -r requirements.txt
flask run

Usage

Create a .env file in project folder
Replace the following values with yours in .env file
  • FLASK_APP: Entry point of the application(should be 'wsgi.py')
  • FLASK_ENV: Enable/Disable development mode by setting it to development/production
  • SECRET_KEY: Randomly generated string of characters used to encrypt your app's data.'
  • DATABASE_URL: URI of a SQL database
  • API_KEY: The API key can be accquired via TMDB
  • DEBUG: Enable/Disable debug mode by setting it to True/False
  • TESTING: Enable/Disable testing mode by setting it to True/False

Collaborator

About

A flask-based web application that let users write reviews for movies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published