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.
- About
- Features
- Installation
- Running the Application
- Testing
- GIT
- Issues
- Committee
- Projects
- TODO
- Contributing
- Maintainers
- License (MIT)
- 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
Install dependencies
npm install- To run the application, open a command prompt and navigate to project directory. Run command as
npm start- If you are running for the first time, then before you run the start command, initialize the project with
npm initThis will start the node server at port 6002 and you can access the application at url http://localhost:6002/
Tests are using mocha, to run the tests use: (Coming...)
$ npm testgit 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/hrgit 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
git remote add origin https://github.com/tounsils/hr.git
git push -u origin masterMeet 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.
- Authentification system
- Profile comparaison
- Gallery
- Advanced search
In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Work on your fork
- Make your changes and additions
- Change or add tests if needed
- Run tests and make sure they pass
- Add changes to README.md if needed
- Commit changes to your own branch
- Make sure you merge the latest from "upstream" and resolve conflicts if there is any
- Repeat step 3(3) above
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
- tounsils - Mohamed I Tounsi (author)
Copyright (c) 2019 Mohamed I Tounsi <tounsils@gmail.com>
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.