Please recommend good open source engines or CMS or similar that I can use to implement a web application for headhunters and job applications?

At very minimum, should have ability or support:

  1. Head hunters section, to allow for posting of job opportunities, create profiles, view job applications
  2. Job applicant section, to allow submitting of applications including uploading CV/Resume or creating online version
  3. Asp.net/Server support preferred
  4. Support some form of OpenId for user registration or authentication
link|improve this question
Voted to close as off-topic: meta.webmasters.stackexchange.com/questions/144/… – delete Jul 22 '10 at 4:15
feedback

closed as off topic by RandomBen, Kinopiko, JasonBirch, Mark Henderson, DisgruntledGoat Jul 22 '10 at 10:24

Questions on Pro Webmasters - Stack Exchange are expected to generally relate to webmastering, within the scope defined in the faq.

3 Answers

This doesn't easily satisfy point #3, but that could possibly all be done with Wordpress. It would involve a fair bit of customization, but with the release of custom post types in 3.0, it should be feasible.

link|improve this answer
feedback

Except for point #3, Drupal can do everything you've listed, including

  • Different user roles for candidates vs recruiters (out of the box)
  • Custom node types for different kinds of information (Jobs vs Resumes - see CCK)
  • User Profiles (simple ones out of the box, for complex ones see Profile: extending user account information)

Drupal has other features you'd find useful - including rich support for tagging and searching.

link|improve this answer
feedback

The StackExchange platform ;) ?

link|improve this answer
Unfortunately you can no longer license it. – Paperjam Jul 22 '10 at 1:39
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.