{"id":19936105,"url":"https://github.com/tn76com/hr","last_synced_at":"2025-07-29T21:47:45.545Z","repository":{"id":131895190,"uuid":"205608143","full_name":"tn76com/hr","owner":"tn76com","description":"Human Resources application dealing with the people and issues related to people such as compensation and benefits, recruiting and hiring employees , onboarding employees, performance management, training, and organization devel opment and culture.","archived":false,"fork":false,"pushed_at":"2020-08-20T16:35:34.000Z","size":178,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T02:39:14.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tn76com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.google.com"]}},"created_at":"2019-08-31T23:50:00.000Z","updated_at":"2019-09-01T00:04:02.000Z","dependencies_parsed_at":"2023-11-07T18:30:48.720Z","dependency_job_id":null,"html_url":"https://github.com/tn76com/hr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tn76com%2Fhr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tn76com%2Fhr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tn76com%2Fhr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tn76com%2Fhr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tn76com","download_url":"https://codeload.github.com/tn76com/hr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241362274,"owners_count":19950536,"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":[],"created_at":"2024-11-12T23:23:36.480Z","updated_at":"2025-03-01T12:20:02.181Z","avatar_url":"https://github.com/tn76com.png","language":"JavaScript","funding_links":["https://www.google.com"],"categories":[],"sub_categories":[],"readme":"# `About`\n\nHuman Resources application dealing with the people and issues rela ted to people such as compensation and benefits, recruiting and hiring employees, onboarding employees, performance management, training, and organization devel opment and culture.\n\n\n## Table of Contents\n\n1.  [About](#About)\n2.  [Features](#2-Features)\n3.  [Installation](#3-Installation)\n4.  [Running the Application](#4-Running-the-Application)\n5.  [Testing](#5-Testing)\n6.  [GIT](#6-GIT)\n7.  [Issues](#7-Issues)\n8.  [Committee](#8-Committee)\n9.  [Projects](#9-Projects)\n10.  [TODO](#10-TODO)\n11.  [Contributing](#11-Contributing)\n12.  [Maintainers](#12-Maintainers)\n13.  [License (MIT)](#13-License-(MIT))\n\n\n\u003cbr/\u003e\u003cbr/\u003e\n\n# `2. Features`\n- Security (Authentification system, injection prevention, ...)\n- Import from csv, sql, PostgreSQL, MySQL, xls, JSON\n- Export to csv, sql, PostgreSQL, MySQL, xls, JSON\n- Profile comparaison\n- Gallery\n- Advanced search\n\n# `3. Installation`\n\nInstall dependencies\n\n```bash\nnpm install\n```\n\n# `4. Running the Application`\n\n- To run the application, open a command prompt and navigate to project directory. Run command as\n```bash\nnpm start\n```\n- If you are running for the first time, then before you run the start command, initialize the project with\n```bash\nnpm init\n```\nThis will start the node server at port 6002 and you can access the application at url http://localhost:6002/\n\n# `5. Testing`\n\nTests are using mocha, to run the tests use: (Coming...)\n\n```bash \n$ npm test\n```\n\n\n# `6. GIT`\n\n```bash\ngit init\ngit add .\ngit commit -m \"style edits\"\ngit remote add origin https://github.com/tn76com/hr\ngit push origin master\n\ngit clone https://github.com/tn76com/hr\n```\n\n### Create a new repository on the command line\n```bash\ngit init\ngit add .\ngit commit -m \"edited README and added dev.md and added authentification system\"\ngit remote add origin https://github.com/tn76com/hr.git\ngit push -u origin master\n```\n…or push an existing repository from the command line\n\n```bash\ngit remote add origin https://github.com/tounsils/hr.git\ngit push -u origin master\n```\n\n# `7. Issues`\n\n\n\n\n# `8. Committee`\n\nMeet the hr committee members - the people who work together to provide \nguidance and future direction to the project. \nIn addition, each member of the committee leads a project tracked under our Github projects.\n\n# `9. Projects`\n\n\n\n\n# `10. TODO`\n\n- Authentification system\n- Profile comparaison\n- Gallery\n- Advanced search\n- \n\n# `11. Contributing`\n\nIn general, we follow the \"fork-and-pull\" Git workflow.\n\n1. Fork the repo on GitHub\n2. Clone the project to your own machine\n3. Work on your fork\n    1. Make your changes and additions\n    2. Change or add tests if needed\n    3. Run tests and make sure they pass\n    4. Add changes to README.md if needed\n4. Commit changes to your own branch\n5. **Make sure** you merge the latest from \"upstream\" and resolve conflicts if there is any\n6. Repeat step 3(3) above\n7. Push your work back up to your fork\n8. Submit a Pull request so that we can review your changes\n\n\n# `12. Maintainers`\n\n\n- [tounsils](https://github.com/tounsils) - **Mohamed I Tounsi** (author)\n\n\n# `13. License (MIT)`\n\n```\nCopyright (c) 2019 Mohamed I Tounsi \u003ctounsils@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftn76com%2Fhr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftn76com%2Fhr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftn76com%2Fhr/lists"}