{"id":16422414,"url":"https://github.com/enricofer/barney_document_versioning","last_synced_at":"2026-05-09T07:01:46.948Z","repository":{"id":70445977,"uuid":"296615763","full_name":"enricofer/barney_document_versioning","owner":"enricofer","description":"a django app for simple versioning of markdown text contents","archived":false,"fork":false,"pushed_at":"2022-10-10T11:20:35.000Z","size":24917,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T22:53:46.705Z","etag":null,"topics":["collaboration","django","dms","jwt","legal","legal-documents","nuxt","version","versioning","vue"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enricofer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-18T12:31:53.000Z","updated_at":"2023-02-02T09:10:19.000Z","dependencies_parsed_at":"2023-03-03T06:30:37.210Z","dependency_job_id":null,"html_url":"https://github.com/enricofer/barney_document_versioning","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/enricofer/barney_document_versioning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fbarney_document_versioning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fbarney_document_versioning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fbarney_document_versioning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fbarney_document_versioning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enricofer","download_url":"https://codeload.github.com/enricofer/barney_document_versioning/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enricofer%2Fbarney_document_versioning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["collaboration","django","dms","jwt","legal","legal-documents","nuxt","version","versioning","vue"],"created_at":"2024-10-11T07:36:27.255Z","updated_at":"2026-05-09T07:01:46.930Z","avatar_url":"https://github.com/enricofer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://api.travis-ci.com/enricofer/barney_document_versioning.svg?branch=master) ![](coverage.svg)\n\n# barney_document_versioning\na django app with vue frontend for easy collaborative versioning of markdown text contents\n\n![](docs/bvs1.png)\n\n### Backend installation\n\ninstall pandoc package, \n\n```\nsudo apt update\nsudo apt install pandoc\n```\n\nopen a terminal Clone the repository, \n\n```\ngit clone https://github.com/enricofer/barney_document_versioning.git\ncd barney_document_versioning\n```\n\nCreato settings file from default and edit BARNEY_CONFIG as needed, \n\n```\ncp settings_default.py settings.py\nnano settings.py\n```\n\nthen,\n\n```\npip install -r requirements.txt\n```\n\n```\npython manage.py migrate\n```\n\n```\npython manage.py createsuperuser\n```\n\n```\npython manage.py runserver\n```\n\nnow a development server should run on localhost on port 8000\n\nopen the already builded frontend app  with the following url:\n\n```\nhttp://localhost:8000/version/\n```\n\n### Frontend installation\n\nFrontend app could be run from npm. In this case you have to open a new terminal from the same directory and move to frontend directory\n\n```\ncd frontend\n```\n\nnow install javascript modules\n\n```\nnpm install\n```\n\nand run a development app on localhost at port 3000\n\n```\nnpm run dev\n```\n\nor build the new frontend app (the build files are copied to `version/static/version/frontend` directory)\n\n```\nnpm run build\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenricofer%2Fbarney_document_versioning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenricofer%2Fbarney_document_versioning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenricofer%2Fbarney_document_versioning/lists"}