{"id":22615402,"url":"https://github.com/adhirajcs/hr-system","last_synced_at":"2026-04-11T03:04:03.318Z","repository":{"id":263163581,"uuid":"889089940","full_name":"adhirajcs/HR-System","owner":"adhirajcs","description":"A HR system to manage employees from on-boarding to off-boarding. Created using Next.js, and Django and PostgresSql.","archived":false,"fork":false,"pushed_at":"2025-03-02T12:54:47.000Z","size":340,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T00:42:05.544Z","etag":null,"topics":["django","django-orm","django-rest-framework","nextjs","postgresql","postgresql-database","react","reactjs","supabase","supabase-db","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adhirajcs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["adhirajcs"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-11-15T15:35:57.000Z","updated_at":"2025-03-02T12:54:51.000Z","dependencies_parsed_at":"2024-12-08T17:24:09.064Z","dependency_job_id":"2d700672-6a04-48ce-85d9-365f8938939b","html_url":"https://github.com/adhirajcs/HR-System","commit_stats":null,"previous_names":["adhirajcs/hr-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FHR-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FHR-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FHR-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhirajcs%2FHR-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adhirajcs","download_url":"https://codeload.github.com/adhirajcs/HR-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122244,"owners_count":20726822,"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":["django","django-orm","django-rest-framework","nextjs","postgresql","postgresql-database","react","reactjs","supabase","supabase-db","tailwindcss"],"created_at":"2024-12-08T19:06:42.506Z","updated_at":"2025-12-30T20:30:55.579Z","avatar_url":"https://github.com/adhirajcs.png","language":"PLpgSQL","funding_links":["https://github.com/sponsors/adhirajcs"],"categories":[],"sub_categories":[],"readme":"# HR System\n\nA comprehensive Human Resource Management System with Django Ninja backend (Frontend planned for future development).\n\n## Features\n\n- HR Management\n  - HR Registration and Authentication\n  - HR Profile Management\n  \n- Employee Management\n  - Complete Employee CRUD Operations\n  - Employee Profile Management\n  - Employee Leave Tracking\n  \n- Project Manager Management\n  - Project Manager CRUD Operations\n  - Project Manager Profile Management\n  \n- Leave \u0026 Holiday Management\n  - Holiday Calendar Management\n  - Leave Request Management\n  - Leave Status Tracking\n\n## Planning \u0026 Roadmap\n\n### ✅ Phase 1 - Backend Development (Completed)\n- ✓ Django Ninja API infrastructure\n- ✓ Core database models\n- ✓ API endpoints implementation\n- ✓ Authentication \u0026 Authorization\n- ✓ API documentation\n- ✓ Test coverage\n\n### ⏳ Phase 2 - Frontend Development (Planned for Future)\n- Next.js setup and configuration\n- UI/UX design implementation\n- Integration with backend APIs\n- User interface for all core features\n- Testing and optimization\n\n## Current API Documentation\nAPI documentation is available at: [API_documentation](API_documentation.txt)\n\n## Tech Stack\n\n### Current (Backend)\n- Backend: Django 5.1.3 + Django Ninja 1.3.0\n- Database: PostgreSQL\n- Authentication: Django Session\n- Testing: pytest\n\n### Planned (Frontend)\n- Framework: Next.js 14.2\n- UI: TailwindCSS 3.4, Shadcn-UI\n- Runtime: Bun\n\n## Prerequisites\n\n- Python 3.11+\n- PostgreSQL 14+\n\n## Setup\n\n### Backend Setup\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/adhirajcs/HR-System.git\ncd hr-system/backend\n```\n\n2. Create and activate virtual environment\n\n```bash\npython -m venv venv\nsource venv/bin/activate  # Linux/Mac\n# or\nvenv\\Scripts\\activate  # Windows\n```\n\n3. Install backend dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n4. Configure environment variables\n\n```bash\ncp .env.example .env\n# Required variables:\n# DATABASE_URL=postgresql://user:password@localhost:5432/dbname\n# SECRET_KEY=your-secret-key\n# DEBUG=True\n```\n\n5. Run migrations\n\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n6. Start the Django development server\n\n```bash\npython manage.py runserver\n```\n\n### Frontend Setup\n\n\u003e Note: Frontend setup instructions will be updated once frontend development begins.\n\n## License\n\nThis project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhirajcs%2Fhr-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadhirajcs%2Fhr-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhirajcs%2Fhr-system/lists"}