{"id":30369486,"url":"https://github.com/leonleerl/space-management-tool","last_synced_at":"2025-10-05T18:59:36.265Z","repository":{"id":308142877,"uuid":"1030084642","full_name":"leonleerl/space-management-tool","owner":"leonleerl","description":"A comprehensive space management system for the Business School of the University of Western Australia, designed to streamline office space allocation while reducing manual data entry errors.","archived":false,"fork":false,"pushed_at":"2025-09-15T09:20:44.000Z","size":384,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T11:25:07.181Z","etag":null,"topics":["accommodation-system","educational-tools","excel-interface","handsontable","nextjs15","prisma","room-allocation","space-management","typescript","university-management"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/leonleerl.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":"2025-08-01T04:18:58.000Z","updated_at":"2025-09-15T09:20:48.000Z","dependencies_parsed_at":"2025-08-04T14:09:24.609Z","dependency_job_id":"989db155-9d36-4ba4-8544-4e646b226f35","html_url":"https://github.com/leonleerl/space-management-tool","commit_stats":null,"previous_names":["leonleerl/cits5206-capstone","leonleerl/space-management-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leonleerl/space-management-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonleerl%2Fspace-management-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonleerl%2Fspace-management-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonleerl%2Fspace-management-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonleerl%2Fspace-management-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonleerl","download_url":"https://codeload.github.com/leonleerl/space-management-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonleerl%2Fspace-management-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278503204,"owners_count":25997718,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["accommodation-system","educational-tools","excel-interface","handsontable","nextjs15","prisma","room-allocation","space-management","typescript","university-management"],"created_at":"2025-08-20T02:19:53.829Z","updated_at":"2025-10-05T18:59:36.260Z","avatar_url":"https://github.com/leonleerl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis project is a space management tool designed for the Business School to consolidate accommodation/office spreadsheets and contact lists. The system aims to significantly reduce administration time and minimize errors from manual data entry by providing an intuitive web-based interface for managing staff and student information, room assignments, and generating comprehensive accommodation reports.\n\n# Tech Stack\n\nFrontend \u0026 Backend: Next.js (React framework)\n\nDatabase: Prisma ORM\n\nTable Management: Handsontable (Interactive spreadsheet component)\n\nAuthentication: NextAuth.js\n\nDeployment: Vercel\n\n# Environment Variables\n\nBefore running the app, ensure the following environment variables are set in a `.env` file at the project root:\n\n```\nNEXTAUTH_SECRET=your-strong-random-secret\nNEXTAUTH_URL=http://localhost:3000\nDATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=public\n```\n\n- `NEXTAUTH_SECRET`: Used to sign and verify authentication tokens. Generate a strong secret, for example:\n  - macOS/Linux: `openssl rand -base64 32`\n  - Node.js: `node -e \"console.log(require('crypto').randomBytes(32).toString('base64'))\"`\n- `NEXTAUTH_URL`: The base URL of your app.\n  - Local development: `http://localhost:3000`\n  - Production: Set this to your deployed URL (e.g., `https://your-domain.com`).\n- `DATABASE_URL`: Connection string for Prisma (PostgreSQL). Example:\n  - Local: `postgresql://postgres:postgres@localhost:5432/space_management?schema=public`\n  - Cloud (render.com, supabase, neon, etc.): use the URL provided by your provider.\n\n# Quickstart\n\nAfter cloning the git repository, remember to use the command to install the dependencies:\n\n```\nnpm install\n```\n\nRun the project:\n\n```\nnpm run dev\n```\n\nIf you don't have `npm` environment on your PC, Please check https://nodejs.org/en/download\n\nNext.js learning: https://nextjs.org/docs\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonleerl%2Fspace-management-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonleerl%2Fspace-management-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonleerl%2Fspace-management-tool/lists"}