Server for Web of Trust.
Inspired by: Scalable Moderation using a web-of-trust model
Authenticated, pseudonymous user and content ratings
pip install -r requirements.txt
cp default_settings.py settings.py # then edit settings to fix path to code
sqlite3 main.db < schema.sql
python3 server.py
python -m test
The API is defined in openapi-spec.yaml
You can open this in an API tool like Insomnia or Postman for easy testing of a running server.py.