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

Tom60-SchoolProjects/Python-MovieDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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