Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 866 Bytes

AnonKey-Backend

AnonKey is a zero-knowledge password manager, designed for self hosting.

The frontend application can be found here: https://github.com/Jannik-Hm/AnonKey-Frontend

Installation instructions, Concepts and migration steps are detailed in the Wiki: https://github.com/LightJack05/AnonKey-Backend/wiki

(The project is currently Work-In-Progress, please don't expect everything to work as intended immediately.)

Documentation

Our documentation is built using doxygen and graphviz. If you would like to build documentation for code and classes as an HTML website, install doxygen and graphviz (dot) and run this in the repo folder:

make docs

The Swagger API docs can be accessed by running the AnonKey Backend in debug mode, at the /swagger path. Run:

make run

then visit http://localhost:5000/swagger in your browser.