Skip to content

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

Notifications You must be signed in to change notification settings

Tell-me-the-truth/web-app

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published