{"id":26182741,"url":"https://github.com/adamsochorec/kanban","last_synced_at":"2026-04-07T22:31:01.657Z","repository":{"id":238580417,"uuid":"774307460","full_name":"adamsochorec/kanban","owner":"adamsochorec","description":"REST DevOps MEVN To-do App","archived":false,"fork":false,"pushed_at":"2025-12-12T19:00:28.000Z","size":13596,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T10:49:09.122Z","etag":null,"topics":["api","css","devops","express","html","javascript","mevn-stack","nodejs","rest-api","vite","vuejs"],"latest_commit_sha":null,"homepage":"https://adamsochorec.github.io/kanban/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamsochorec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-19T10:16:28.000Z","updated_at":"2025-12-12T19:00:13.000Z","dependencies_parsed_at":"2024-05-09T05:27:56.569Z","dependency_job_id":"59647943-4a12-4c4e-9001-b740bbc51f9c","html_url":"https://github.com/adamsochorec/kanban","commit_stats":null,"previous_names":["adamsochorec/dwp-frontend","adamsochorec/kanban"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adamsochorec/kanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsochorec%2Fkanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsochorec%2Fkanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsochorec%2Fkanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsochorec%2Fkanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamsochorec","download_url":"https://codeload.github.com/adamsochorec/kanban/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsochorec%2Fkanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","css","devops","express","html","javascript","mevn-stack","nodejs","rest-api","vite","vuejs"],"created_at":"2025-03-11T22:24:05.125Z","updated_at":"2026-04-07T22:31:01.639Z","avatar_url":"https://github.com/adamsochorec.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kanban\n\n[![Node.JS CI/CD](https://github.com/adamsochorec/kanban/actions/workflows/main.yml/badge.svg)](https://github.com/adamsochorec/kanban/actions/workflows/main.yml)\n\n## Who?\n\nDeveloped by [Adam Sochorec](https://www.linkedin.com/in/adamsochorec) during studies at [EASV](https://www.easv.dk), as a project utilizing REST API classes and progressive web applications.\n\n## Why?\n\nThis project was created to demonstrate REST API functionality and DevOps practices, ensuring a dynamic interaction between the user interface and the database. The goal was to implement automated testing and deployment alongside a structured frontend and backend architecture.\n\n## When?\n\nDeveloped in 2024 as a school project.\n\n## What?\n\nA simple Kanban board application that allows users to create, organize, and manage tasks dynamically. The project features:\n\n- REST API for task management and users\n- Automated testing with Mocha.js\n- CI/CD pipeline using GitHub Actions\n- Auto-generated API documentation with Swagger Autogen\n\n## How?\n\n### Backend:\n\n- Built with Node.js, Express.js, and MongoDB\n- **Automated Testing:** Mocha.js tests are run on every push or pull request\n- **Continuous Deployment:** If tests pass, GitHub Actions triggers a deployment to Render\n- API Documentation: Automatically re-generated on every run\n\n### Frontend:\n\n- Developed in Vue.js, built with Vite, and styled using the [PrimeVue](https://www.primevue.org) component library\n\n## Documentation\n\nTo check out docs, visit [kanban-chi-silk.vercel.app/api/docs](https://kanban-chi-silk.vercel.app/docs/).\n\n## Frontend Setup\n\n```sh\ncd frontend\nnpm install # Install Node\nnpm run dev # Compile and Hot-Reload for Development\nnpm run build # Type-Check, Compile and Minify for Production\n```\n\n## Backend Setup\n\n```sh\ncd backend\nnpm install # Install Node\nnpm run start-dev # Compile and Hot-Reload for Development and generate API docs\n```\n\n## API testing\n\n```sh\ncd backend\nnpm test # trigger Mocha tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamsochorec%2Fkanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamsochorec%2Fkanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamsochorec%2Fkanban/lists"}