It is a movie management site where you can see a list of movies with their details and sometimes watch them.
Functionalities :
- Poster
- Title
- Description
- Year
- Actors
- Direction/Producer
- Face detection on the movie poster
- Watch GIF movie
Go to release and download the last version of the project. Extract the archive and open a terminal in the folder. Type this command to install all dependencies.
poetry install
To launch the server, type this command in the terminal.
poetry run flask run
And go to http://localhost:5000/
You can add or delete movie with Insomnia and clone this workspace