https://github.com/mannekeenpis/my-top-100-movies
🎞 🔝 Top favourite movies of all time (Python/Flask/PostgreSQL)
https://github.com/mannekeenpis/my-top-100-movies
Last synced: about 1 month ago
JSON representation
🎞 🔝 Top favourite movies of all time (Python/Flask/PostgreSQL)
- Host: GitHub
- URL: https://github.com/mannekeenpis/my-top-100-movies
- Owner: mannekeenpis
- Created: 2022-05-14T10:27:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T08:14:29.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T14:08:32.538Z (about 2 months ago)
- Language: CSS
- Homepage: https://my-top-10-movies.herokuapp.com
- Size: 7.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
My Top 100 Movies
![]()
![]()
![]()
![]()
![]()

As watch more movies, we can always update our list and keep track of which movies to recommend people.- Python
- Flask
- PostgreSQL
- HTML
- CSS
- Moviedb API---
# Installation on Linux and Unix like OS
```
git clone https://github.com/lenargasimov/my-top-100-movies.git
cd my-top-100-movies
pip3 install -r requirements.txt
python3 main.py
```# Installation on Windows
```
git clone https://github.com/lenargasimov/my-top-100-movies.git
cd my-top-100-movies
pip install -r requirements.txt
python main.py
```