Skip to content

bashkirtsevich-llc/grapefruit-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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