Incuhive is a hiring platform that helps you simplify the hiring process.
- Simple to use
- Excel import / export (WIP)
- Built on rails
- Ruby version: 3.2.0
You need to follow the following steps to setup incuhive development on your local machine:
git clone https://github.com/incubyte/incuhive
cd incuhive
- Install dependencies:
bundle install
- Database setup:
bundle exec rails db:setup
- Run dev server:
bin/dev
, this runsProcfile.dev
usingforeman
:- server:
bundle exec rails server
- tailwind:
bundle rails tailwindcss:watch
- watcher:
bundle exec guard
- server:
- Run tests:
bundle exec rspec
- Run formatter:
bundle exec rubocop -A
Check out the issues to see what's next, or open requests for new features.
We wanted to centralize information about hiring and make it easier for everyone helping with hiring.
⭐ hit the star button if you found this useful ⭐
Source | Blog | Twitter | LinkedIn | More Links | Other Projects