Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 897 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 897 Bytes

Grapefruit-web

Codacy Badge Build Status

Grapefruit web interface to access torrents database.

Requirements

  • Python 3.6.3 or higher
  • MongoDB 3.2.17 or higher

Execution

  1. Install requirements
pip install -r requirements.txt
  1. Set environment variables
MONGODB_URL=mongodb://mongodb:27017/grapefruit

Optional (default = grapefruit):

MONGODB_BASE_NAME=grapefruit
  1. Start web-server (by default server start at 0.0.0.0:8080)
python app.py