You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Movie Land is a movie website implemented in python with flask, users can see movies hosteds in third-party servers and admins can create new movies, edit movies and create new admins
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:
Run on terminal: Python3 run.py db init
Run on terminal: Python3 run.py db migrate
Run on terminal: Python3 run.py db upgrade
Running the project:
Install Python3
Run on terminal: pip3 install -r requirements.txt
Run on terminal: python3 run.py runserver
All Movies
Initial page
Movie Screen
Login
Adding a New Movie
Editing a Movie
About
Movie Land is a movie website implemented in python with flask, users can see movies hosteds in third-party servers and admins can create new movies, edit movies and create new admins