Skip to content

paganism/25_cinemas_site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinema Today

This site shows top 10 movies according to the rating on kinopoisk.ru

How to deploy on localhost

$ export FLASK_APP=server.py
$ export SECRET_KEY='your secret key'

For debug mode use variable FLASK_DEBUG=1

$export FLASK_DEBUG=1
$ flask run

Then open the page localhost:8000 in browser.

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.9%
  • HTML 36.9%
  • CSS 3.2%