Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 970 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 970 Bytes

Daggy

Daggy is a personal wiki software currently in development. Its page inheritance implements a directed acyclic graph (DAG) rather than a tree structure. So each page can have multiple parents, allowing real-life friendly page categorization like Swedish crime novels under Swedish books and under crime novels.

The backend uses Django, serving the results as JSON using the REST framework.

The frontend is a separate Vue.js single-page application.

Posting from the frontend to the backend requires CORS, implemented using django-cors-headers.

Here is a question about a bug in the frontend.