Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 1.34 KB

README.md

File metadata and controls

69 lines (34 loc) · 1.34 KB

Movie Land - a movie website

A movie website made with Flask, HTML5, CSS3 e Bootstrap4

Techs:

  • Alembic

  • Bootstrap 4

  • Flask

  • Flask-WTForms

  • Flask-SQLAlchemy

  • Flask-Migrate

  • Flask-Script

  • Flask-Login

  • HTML5

  • CSS3

How to Run:

  • To build the DB from scratch:
  1. Run on terminal: Python3 run.py db init

  2. Run on terminal: Python3 run.py db migrate

  3. Run on terminal: Python3 run.py db upgrade

  • Running the project:
  1. Install Python3

  2. Run on terminal: pip3 install -r requirements.txt

  3. Run on terminal: python3 run.py runserver

All Movies

All Movies

Initial page

Index_Page

Movie Screen

Movie_Page

Login

Login_page

Adding a New Movie

New Movie_page

Editing a Movie

Edit_page