Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 1.85 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.85 KB

MovieDB

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

Installation

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

Usage

To launch the server, type this command in the terminal.

poetry run flask run

And go to http://localhost:5000/

Movie management

You can add or delete movie with Insomnia and clone this workspace