Skip to content

Recruiting OS for forward thinking companies.

License

Notifications You must be signed in to change notification settings

shivam-sharma7/vidur

 
 

Repository files navigation

Logo

Vidur (powered by ProfileCity)

The open-source next-gen Recruiting OS.
Learn more »

Discord · Website · Issues

Follow Us on X Join the Community Follow Us on LinkedIn Product Hunt

Recruiting OS for forward thinking companies

Vidur is an open-source, next-gen Recruiting OS. Its intuitive and modern interface combines advanced candidate profiles, team workspace, plugins, one-click apply features, and a lot more enabling forward-thinking companies to efficiently manage their recruitment processes from start to finish.

Collage Image

Development Setup

# Requirements: A PostgreSQL instance up-and-running.
# Clone the repo and cd into the folder.
npm i -g yarn         # install yarn package manager, if you don't have already.
yarn                  # install all the dependencies
cp .env.example .env  # Create env file and fill the fields. (DO NOT CHANGE PORT)
yarn migration:apply  # Create database schema.
yarn dev              # Finally, start the dev server.

Or simply use Docker

docker compose up

This command starts the db and app services using the dev profile. It runs PostgreSQL as database and the app as vidur_app.

Contributing

There are several ways to start contributing to Vidur. See contribution guide to get started.

Staying ahead

Star Vidur on GitHub and be instantly notified of new releases. Star Image

Security disclosure

To protect your privacy, please avoid posting security issues on GitHub. Instead, send your questions to [email protected] and we will provide you with a more detailed answer.

About

Recruiting OS for forward thinking companies.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.1%
  • TypeScript 49.2%
  • Other 0.7%