Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.04 KB

Tell me the truth

Tell me the truth is a Python 3 web application built in Flask. The project is ongoing and under development.

Quick start

Clone this repository using the URL https://github.com/Tell-me-the-truth/web-app.git or download the folder.

The project works with this requirement:

Packages can be installed by running setup.sh:

sh setup.sh

After installing the required packages, install Blazegraph locally:

  • Download blazegraph.jar
  • Create a new folder and rename it data
  • Put blazegraph.jar in data folder
  • From the terminal enter data and run blazegraph.jar:
cd data
java -server -Xmx4g -jar blazegraph.jar

Finally run the application:

  • Run app.py
python3 app.py