Skip to content

arkpoah/cinepedia

Repository files navigation

App for writing reviews and rate.

Why ?

To self hosted reviews about everything (films, series, games..) and rate them

Requirements

  • Last.fm API key to retrieve artists info (can be disable in source)
  • Python 2.7 and later
  • SQL database

Deploying

  • Create SQL database and configure connexion in config.py file doc
  • Create database structure
$ ./db_create.py
  • Install app dependencies with pip
$ pip install -r requirements.txt
  • Start app. Exemple invocations :
$ ./run.py --host 0.0.0.0
$ ./run.py --host 127.0.1.1 --port 8000
$ ./run.py --debug

Enjoy !