Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 711 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 711 Bytes

DEAVD

Deductive Entity Attribute Value Database

Deavd is a tag based database that can be used as the backend for an archiving application. It's written in python3 and uses Flask as a webserver.

Play around with a working example here.

See querying to learn more about searching.

Dependencies

  • Flask
  • Flask-Scss
  • flask-compress
  • PyYaml
  • bcrypt

Running

$ python webserver.py

If you are running this app on a network you should set debug: False in config.yaml.

More information is provided in the documentation folder.