preview.mp4
It's a simple web application that allows the user to create his top 10 movies at all times, and he can constantly update his list and keep track of which movies to recommend to people.
- HTML5 & CSS3 for the structure and the styling.
- Bootstrap 5 for the UI.
- SQLite for the Database.
- Flask for the Backend.
- Jinja2 for the Templating.
Regular web servers can't run Python applications, so a special server type was used(Web Server Gateway Interface 'WSGI') to run Python applications. The most popular: gunicorn ( run on Linux only!!!)
To run the website:
- 1 - install the requirements by
pip install requirements.txt
- 2 - run the webiste
gunicorn main:app
- Note: You must be in the same directory of the
main.py
file to run the previous command.
This project is under the MIT license. see the LICENSE file for more details.
Made by Zakarya Belamiri 👋 Get in touch!