GithubHelp home page GithubHelp logo

hrms's Introduction

Codeship Status for PirunSeng/hrms

HRMS

HRMS - Human Resource Management System replaced all your HR paper work by a simple yet powerful web application to keep track your new applications, interview, shortlist and hire as a full-time staff. Plus, it includes leave management system in which your staff will be able to send leave request, your management will review it and either accept or reject the request, and more.

Requirements

  • Postgres(>= 9.0)
  • Ruby(2.4.2)
  • Rails(5.1.4)

Getting Start

Given that you got all the requirements running on your local machine.

Clone the project to your local machine:

  git clone [email protected]:PirunSeng/hrms.git

Navigate to the project directory and create .env in project root path, and copy all content in .env.example and replace all variable values to fit your local machine.

Then run:

  bundle install

  rake db:create

  rake db:migrate

  rake db:seed  # to load some basic data

Once the steps are done, start the server by running:

  rails server

Open a web browser and navigate to http://localhost:3000, and there you go!

RSpec

Requirement

To run all specs, testing environment must be setup. Navigate to project root directory and run the following commands:

  bundle install RAILS_ENV=test

  rake db:create RAILS_ENV=test

  rake db:migrate RAILS_ENV=test

  rake db:seed RAILS_ENV=test  # to load some basic data

To run all specs, in your project root directory in terminal, run this command:

  rspec

Issue Reporting

If you experience with bugs or need further improvement, please create a new issue in the repo issue list.

Contributing to HRMS

Pull requests are very welcome. Before submitting a pull request, please make sure that your changes are well tested. Pull requests without tests will not be accepted.

Authors

HRMS is developed as an indivual portfolio of myself, Pirun Seng.

License

HRMS Web Application is released under AGPL

hrms's People

Contributors

pirunseng avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

johannalpapara

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.