Skip to content

watchduck/daggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.