Skip to content

Flask Movies is an application for storing movies and series on imdb and kinopoisk in one place.

Notifications You must be signed in to change notification settings

Martellus88/FlaskMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Movies is an application for storing movies and series on imdb and kinopoisk in one place.

Project website

This project uses two API:

  1. kinopoiskapiunofficial
  2. rapidapi mdblist

Accordingly, you need to get the keys and add them to utils.py

Application launch order


Virtual Environment

python -m venv venv

Windows

venv\Scripts\activate

Linux

source venv/bin/activate

Installing dependencies

pip install -r requirements.txt

Application launch:

Widows

set FLASK_APP=run.py

Linux

export FLASK_APP=run.py

flask run

P.S.

This educational project.

The basis was to take material from the book: Flask Web Development. Miguel Grinberg.

About

Flask Movies is an application for storing movies and series on imdb and kinopoisk in one place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published