/corealis

Rails 5 application for managing web based programming interviews

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Corealis

Build Status Code Climate Test Coverage Stories in Ready Join the chat at https://gitter.im/lorefnon/corealis

Minimal Rails application for managing openings, applications and orchestrating web based programming interviews for startups.

Screenshot

Screenshot

Status

While Corealis is not yet feature complete - the core functionalities are stable and usable.

Suggestions and pull requests for implementing new features, stability enhancements or improving test coverage are more than welcome.

Demo

A demo app hosted on heroku is available here.

Admin interface is available at /admin and can be accessed with username: admin@corealis.in and password: password

Key Features

  • A careers page with a listing of Showcased openings
  • Facility to apply to open positions.
  • Backend admin interface to manage openings, view applications and schedule interviews and dispatch invitations
  • Conduct pre-scripted preliminary interviews online
  • View user submissions replayed the way applicant had entered the answer - giving full visibility into the process of deduction of the solution.

Deployment

  • A Dockerfile is available for deploying on Docker

  • Corealis is Heroku friendly. You can deploy directly to heroku using this button:

    Deploy

Credits

This project would not be possible without these amazing open source projects

License

GPL V3

Corealis is made available under GPL V3 License.

Copyright (C) 2016 Gaurab Paul

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.