App for writing reviews and rate.
To self hosted reviews about everything (films, series, games..) and rate them
- Last.fm API key to retrieve artists info (can be disable in source)
- Python 2.7 and later
- SQL database
- 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