You can try this app here: http://smeglofus.pythonanywhere.com/
Film database using Python, Flask, SQLalchemy, Selenium,...
Film database is an web application written in Python using the Flask web framework. Bootstrap are used in templates. Icons come from Bootstrap. Film data are from themoviedb.org and scrapped from ČSFD with BeautifulSoup4.
If you sign up, you can add films to your users database, which will be saved in SQLite database.
- Download film_database repo
- Install dependencies (find them in requirements.txt file or writen bellow)
- Run Main.py, than should see output similar to this:
* Serving Flask app 'main'
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5000
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: ***-***-***
Now you´ll be able to open the Film database application in your web browser by following the URL printed out in the last screen (* Running on http://127.0.0.1:5000).
Flask==2.2.2 Flask_Bootstrap==3.3.7.1 flask_login==0.6.2 flask_sqlalchemy==3.0.2 Flask_WTF==1.0.1 requests==2.28.1 selenium==4.6.0 SQLAlchemy==1.3.23 webdriver_manager==3.8.4 Werkzeug==2.2.2 WTForms==3.0.1