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.
- Flask
- Flask-Scss
- flask-compress
- PyYaml
- bcrypt
$ 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.