{"id":28318862,"url":"https://github.com/nameissakthi/starhr","last_synced_at":"2026-04-09T18:15:10.666Z","repository":{"id":270104142,"uuid":"866988659","full_name":"nameissakthi/starHR","owner":"nameissakthi","description":"StarHR Consultancys Website is Company for Import \u0026 Export and Oversea Manpower Agency developed in MERN stack. ","archived":false,"fork":false,"pushed_at":"2024-12-28T12:38:41.000Z","size":4419,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T09:38:46.040Z","etag":null,"topics":["api","axios-react","css3","emailjs","express-js","mongodb","mongodb-atlas","nodejs","reactjs","vercel","vercel-deployment","vite"],"latest_commit_sha":null,"homepage":"https://star-hr.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nameissakthi.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":"2024-10-03T08:50:15.000Z","updated_at":"2024-12-28T12:38:45.000Z","dependencies_parsed_at":"2024-12-28T13:38:32.391Z","dependency_job_id":null,"html_url":"https://github.com/nameissakthi/starHR","commit_stats":null,"previous_names":["nameissakthi/starhr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nameissakthi/starHR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameissakthi%2FstarHR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameissakthi%2FstarHR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameissakthi%2FstarHR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameissakthi%2FstarHR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nameissakthi","download_url":"https://codeload.github.com/nameissakthi/starHR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameissakthi%2FstarHR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265578232,"owners_count":23791320,"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":["api","axios-react","css3","emailjs","express-js","mongodb","mongodb-atlas","nodejs","reactjs","vercel","vercel-deployment","vite"],"created_at":"2025-05-25T08:12:04.309Z","updated_at":"2026-04-09T18:15:10.617Z","avatar_url":"https://github.com/nameissakthi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Star HR Consultancys\n\n**starHR** is a Human Resource Management System (HRMS) designed to Products Management, enhance employee management, and improve organizational efficiency.\n\n## Features:\n - **Add Work Records**: Easily add and manage details about the work and services provided by the company.\n - **Service Management**: Track and update services offered by the company with an organized interface.\n - **Delete Functionality**: Remove outdated or unnecessary records with a simple delete option.\n\n## Tech Stack:\n- **Frontend**: React.js (Vite.js), Redux for state management\n- **Backend**: Node.js, Express.js\n- **Database**: MongoDB\n\n## **Project Setup**\n\n### **Prerequisites**\n- Node.js (v14 or above)\n- MongoDB (local or cloud setup)\n- npm or yarn\n\n### **Clone the repository:**\n```bash\ngit clone https://github.com/nameissakthi/starHR.git\n```\n\n### **Navigate to the project directory**\n```bash\ncd starHR\n```\n\n### Install dependencies for frontend and backend separately\n**Tip:** To efficiently install dependencies for frontend, admin and backend simultaneously, use split terminals.\n\n**Install frontend dependencies**\n```bash\ncd starHR/frontend\nnpm install\n```\n\n**Install admin dependencies**\n```bash\ncd starHR/admin\nnpm install\n```\n\n**Install backend dependencies**\n```bash\ncd starHR/backend\nnpm install\n```\n\n### Environment Variables\n**Backend**\n- Create a `.env` file in the `backend` directory.\n- Add the following variables with appropriate values\n\n```bash\nMONGODB_URI = ''    \nCLOUDINARY_API_KEY = \"\"\nCLOUDINARY_SECRET_KEY = \"\"\nCLOUDINARY_NAME = \"\"\n```\n\n**Frontend \u0026 Admin**\n- Create a `.env` file in the `frontend \u0026 Admin` directory\n- Add the following variable:\n```bash\n# Backend URL (adjust if needed)\nVITE_BACKEND_URL=\"http://localhost:4000\" \n```\n\n**Important**\n- Replace all with your actual values.\n- Exclude the `.env` file from version control to protect sensitive information.\n\n**Important:**\n- **Separate terminals**: Run the commands in separate terminal windows or use `split terminal` to avoid conflicts.\n- **Nodemon required**: Ensure you have `nodemon` installed globally to run the backend development servers using `npm run dev`. You can install it globally using `npm install -g nodemon`.\n\n#### Start the backend server\n- Navigate to the `backend` directory: `cd backend`\n- Start the server: `npm run server`\n- You should see a message indicating the server is running, usually on port 4000 or you can specify it in the PORT environment variable inside `.env` file.\n\n#### Start the frontend server:\n- Navigate to the `frontend` directory: `cd frontend`\n- Start the server: `npm run dev`\n\n#### Start the admin server:\n- Navigate to the `admin` directory: `cd admin`\n- Start the server: `npm run dev`\n\n## **Bonus**\nDon't forget to star the repository and share your feedback!✨\n\n## **LICENCE**\nThis project is licensed under the **GNU GENERAL PUBLIC LICENSE v3.0** License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n- [Sakthivel](https://github.com/nameissakthi)\n\n![GNU License](https://img.shields.io/badge/License-GNU%20v3.0-green.svg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnameissakthi%2Fstarhr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnameissakthi%2Fstarhr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnameissakthi%2Fstarhr/lists"}