An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        


gif


My Top 100 Movies

Tweet







![screen_shot_top_movie_website](images/screen_shot_top_movie_website.gif)
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
```