{"id":28293451,"url":"https://github.com/imroodydev/thaus-scrumboard-server","last_synced_at":"2025-07-19T02:04:37.497Z","repository":{"id":288426704,"uuid":"962697077","full_name":"ImRoodyDev/THAUS-Scrumboard-Server","owner":"ImRoodyDev","description":"A RESTful API server for managing agile projects with real-time chat functionality and user authentication","archived":false,"fork":false,"pushed_at":"2025-04-23T12:24:49.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T22:39:27.267Z","etag":null,"topics":["haagse-hogeschool","javascript","jwt","nodejs","scrum","scrum-board","scrum-management","scrum-master","sequelize"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImRoodyDev.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,"zenodo":null}},"created_at":"2025-04-08T14:38:19.000Z","updated_at":"2025-05-08T20:54:09.000Z","dependencies_parsed_at":"2025-04-22T19:45:01.030Z","dependency_job_id":null,"html_url":"https://github.com/ImRoodyDev/THAUS-Scrumboard-Server","commit_stats":null,"previous_names":["imroodydev/thaus-chatbox-server","imroodydev/thaus-scrumboard-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ImRoodyDev/THAUS-Scrumboard-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImRoodyDev%2FTHAUS-Scrumboard-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImRoodyDev%2FTHAUS-Scrumboard-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImRoodyDev%2FTHAUS-Scrumboard-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImRoodyDev%2FTHAUS-Scrumboard-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImRoodyDev","download_url":"https://codeload.github.com/ImRoodyDev/THAUS-Scrumboard-Server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImRoodyDev%2FTHAUS-Scrumboard-Server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265872286,"owners_count":23842156,"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":["haagse-hogeschool","javascript","jwt","nodejs","scrum","scrum-board","scrum-management","scrum-master","sequelize"],"created_at":"2025-05-22T06:13:13.347Z","updated_at":"2025-07-19T02:04:37.489Z","avatar_url":"https://github.com/ImRoodyDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" display=\"flex\"\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/57e208d8-08a5-479e-8b75-1153c2b14759\" alt=\"Image\" height=\"100\"/\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/1891173a-1321-43ce-8e00-affdf127cdb3\" alt=\"Image\" width=\"400\"/\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eTHAUS Scrumboard Server\u003c/h1\u003e\n  \u003cp\u003eA RESTful API server for managing agile projects with real-time chat functionality\u003c/p\u003e\n  \n  \u003cimg src=\"https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge\u0026logo=mysql\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Socket.io-black?style=for-the-badge\u0026logo=socket.io\u0026badgeColor=010101\" /\u003e\n\u003c/div\u003e\n\n## 📋 Features\n\n- 👥 User authentication with JWT (access \u0026 refresh tokens)\n- 👨‍💼 Group management with role-based permissions\n- 🏃‍♂️ Scrum project management (Features, Epics, Stories, Sprints)\n- 💬 Real-time chat functionality for groups, stories, and sprints\n- 🛡️ Secure API endpoints with authentication middleware\n- 🔄 Real-time updates with Socket.IO ( Not implemented yet )\n\n## 📌 Requirements\n\n- Node.js (v14.x or later)\n- MySQL (v5.7 or later)\n- npm or yarn package manager\n\n## 🚀 Getting Started\n\n### Installation\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/yourusername/chat-box-server.git\ncd chat-box-server\n```\n\n2. **Install dependencies**\n\n```bash\nnpm install\n```\n\n3. **Set up environment variables**\n\nCreate a `.env` file in the root directory with the following content:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimroodydev%2Fthaus-scrumboard-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimroodydev%2Fthaus-scrumboard-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimroodydev%2Fthaus-scrumboard-server/lists"}