{"id":15144463,"url":"https://github.com/3nd3r1/viiteri","last_synced_at":"2025-10-23T22:30:35.459Z","repository":{"id":207598962,"uuid":"719613468","full_name":"3nd3r1/viiteri","owner":"3nd3r1","description":"Viiteri is a user-friendly BibTeX reference management tool designed for managing academic sources and integrating them into LaTeX documents. It supports various reference types, including articles and books.","archived":false,"fork":false,"pushed_at":"2024-06-18T04:05:29.000Z","size":1764,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-27T10:41:27.889Z","etag":null,"topics":["bibtex","flask","python","robotframework"],"latest_commit_sha":null,"homepage":"https://viiteri-page.host.ender.fi","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3nd3r1.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":"2023-11-16T14:37:58.000Z","updated_at":"2024-06-18T04:05:32.000Z","dependencies_parsed_at":"2023-12-18T12:45:40.660Z","dependency_job_id":"3fc2abb9-001b-47e3-a5ae-2318b35b535b","html_url":"https://github.com/3nd3r1/viiteri","commit_stats":null,"previous_names":["3nd3r1/ohtu-miniprojekti","3nd3r1/viiteri"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3nd3r1%2Fviiteri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3nd3r1%2Fviiteri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3nd3r1%2Fviiteri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3nd3r1%2Fviiteri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3nd3r1","download_url":"https://codeload.github.com/3nd3r1/viiteri/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867717,"owners_count":16555814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bibtex","flask","python","robotframework"],"created_at":"2024-09-26T10:41:28.588Z","updated_at":"2025-10-23T22:30:35.029Z","avatar_url":"https://github.com/3nd3r1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003e\u003cimg src=\"./docs/assets/logo.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/3nd3r1/ohtu-miniprojekti/actions/workflows/main.yml\" alt=\"Continuous Integration\"\u003e\n        \u003cimg src=\"https://github.com/3nd3r1/ohtu-miniprojekti/actions/workflows/main.yml/badge.svg\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/github/3nd3r1/viiteri\" \u003e \n        \u003cimg src=\"https://codecov.io/github/3nd3r1/viiteri/graph/badge.svg?token=LB9DOS5ALB\"/\u003e \n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/3nd3r1/ohtu-miniprojekti/blob/main/LICENSE\" alt=\"License\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/3nd3r1/ohtu-miniprojekti\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/3nd3r1/ohtu-miniprojekti/releases/latest\" alt=\"Release\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/v/release/3nd3r1/ohtu-miniprojekti\"/\u003e\n    \u003c/a\u003e\n    \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nViiteri is a user-friendly BibTeX reference management tool designed for managing academic sources and integrating them into LaTeX documents. It supports various reference types, including articles and books.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://ohjelmistotuotanto-hy.github.io/speksi/\"\u003eSpecs\u003c/a\u003e\n    ·\n    \u003ca href=\"https://viiteri-page.host.ender.fi/\"\u003eLive Demo\u003c/a\u003e\n\u003c/p\u003e\n\n## Preview\n\n![Preview](./docs/assets/preview.png)\n\n## Running locally\n\n1. **Ensure Poetry is Installed:**\n    - If you don't have Poetry installed, install it from the official Poetry website: [Poetry Installation](https://python-poetry.org/docs/).\n\n2. **Clone the Viiteri Repository:**\n    - Open a terminal or command prompt and run the following command:\n        ```\n        git clone https://github.com/your-username/viiteri.git\n        ```\n    - Navigate to the created directory\n        ```\n        cd viiteri\n        ```\n\n3. **Install Dependencies Using Poetry**\n    - Install dependencies by running the command:\n         ```\n         poetry install\n         ```\n\n4. **Initialize the Database**\n    - Ensure PostgreSQL is installed. If not, install it from the website: [PostgreSQL Downloads](https://www.postgresql.org/download/)\n    - Initialize the database by running the command:\n        ```\n        poetry run invoke init-db\n        ```\n\n5. **Run the Application in Debug Mode**\n    - Start Viiteri in debug mode by running the command:\n        ```\n        poetry run invoke debug\n        ```\n\n6. **Open the Website**\n    - Once the application is running, access it in your browser at:\n         ```\n         http://localhost:5001\n         ```\n\n## Development (In Finnish)\n\n- [Definition of Done](./docs/definition_of_done.md)\n- [Retrospektiivit](./RETRO.md)\n- [Product Backlog](https://github.com/users/3nd3r1/projects/2/views/1)\n- [Sprint 1 Task Board](https://github.com/users/3nd3r1/projects/1/views/1)\n- [Sprint 2 Task Board](https://github.com/users/3nd3r1/projects/3/views/1)\n- [Sprint 3 Task Board](https://github.com/users/3nd3r1/projects/4/views/1)\n- [Sprint 4 Task Board](https://github.com/users/3nd3r1/projects/5/views/1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3nd3r1%2Fviiteri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3nd3r1%2Fviiteri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3nd3r1%2Fviiteri/lists"}