uCV is the open source platform to help Job seekers find their next Employer, and vice versa, directly. The core idea is to simplify the job seekeing / recruitment processes by cutting the middlemen out. See: https://ucv.online
"uCV: one website for each job seeker" is now a pledge published on the Digital Skills and Jobs Coalition of the European Commission.
The source code of the core service is released under the MIT license (see the LICENSE file and the terms of service for more).
"uCV", "ucv", and the uCV logo are registered trademarks of Corsidia & Bluebash. You may not use these trademarks in a commercial setting to infer that your product or service is endorsed or associated with uCV without permission. You may use these marks to refer to uCV in a way where it's clear that you're simply referring to the project, not claiming endorsement or association.
You can request permission by emailing [email protected].
Make sure you have installed:
- Ruby 2.4.0
- PostgreSQL (13+)
- Yarn (1.22.4)
- Node (12.16.2)
For Rails version and gems see the Gemfile.
This is pretty standard to RoR apps, but always nice to remember: just set up the config/database.yml
file with your local database credentials. Sample already exists at config/database.yml.example
for reference
So far so good. Now that you are all set up, you can begin to install it.
Run the standard RoR app setup commands:
bundle install
bundle exec rake db:structure:load
uCV is an open source project and we encourage contributions. Read the wiki to get started.