https://github.com/tn76com/hr
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.
https://github.com/tn76com/hr
Last synced: 12 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/tn76com/hr
- Owner: tn76com
- Created: 2019-08-31T23:50:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T16:35:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T02:39:14.173Z (over 1 year ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# `About`
Human 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.
## Table of Contents
1. [About](#About)
2. [Features](#2-Features)
3. [Installation](#3-Installation)
4. [Running the Application](#4-Running-the-Application)
5. [Testing](#5-Testing)
6. [GIT](#6-GIT)
7. [Issues](#7-Issues)
8. [Committee](#8-Committee)
9. [Projects](#9-Projects)
10. [TODO](#10-TODO)
11. [Contributing](#11-Contributing)
12. [Maintainers](#12-Maintainers)
13. [License (MIT)](#13-License-(MIT))
# `2. Features`
- Security (Authentification system, injection prevention, ...)
- Import from csv, sql, PostgreSQL, MySQL, xls, JSON
- Export to csv, sql, PostgreSQL, MySQL, xls, JSON
- Profile comparaison
- Gallery
- Advanced search
# `3. Installation`
Install dependencies
```bash
npm install
```
# `4. Running the Application`
- To run the application, open a command prompt and navigate to project directory. Run command as
```bash
npm start
```
- If you are running for the first time, then before you run the start command, initialize the project with
```bash
npm init
```
This will start the node server at port 6002 and you can access the application at url http://localhost:6002/
# `5. Testing`
Tests are using mocha, to run the tests use: (Coming...)
```bash
$ npm test
```
# `6. GIT`
```bash
git init
git add .
git commit -m "style edits"
git remote add origin https://github.com/tn76com/hr
git push origin master
git clone https://github.com/tn76com/hr
```
### Create a new repository on the command line
```bash
git init
git add .
git commit -m "edited README and added dev.md and added authentification system"
git remote add origin https://github.com/tn76com/hr.git
git push -u origin master
```
…or push an existing repository from the command line
```bash
git remote add origin https://github.com/tounsils/hr.git
git push -u origin master
```
# `7. Issues`
# `8. Committee`
Meet the hr committee members - the people who work together to provide
guidance and future direction to the project.
In addition, each member of the committee leads a project tracked under our Github projects.
# `9. Projects`
# `10. TODO`
- Authentification system
- Profile comparaison
- Gallery
- Advanced search
-
# `11. Contributing`
In general, we follow the "fork-and-pull" Git workflow.
1. Fork the repo on GitHub
2. Clone the project to your own machine
3. Work on your fork
1. Make your changes and additions
2. Change or add tests if needed
3. Run tests and make sure they pass
4. Add changes to README.md if needed
4. Commit changes to your own branch
5. **Make sure** you merge the latest from "upstream" and resolve conflicts if there is any
6. Repeat step 3(3) above
7. Push your work back up to your fork
8. Submit a Pull request so that we can review your changes
# `12. Maintainers`
- [tounsils](https://github.com/tounsils) - **Mohamed I Tounsi** (author)
# `13. License (MIT)`
```
Copyright (c) 2019 Mohamed I Tounsi
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```