CRM for recruitment automation
View Demo
Table of Contents
There are many CRMs for automating recruitment, but I didn't find one that really fits my needs, so I'm building my own application based on my experience both in-house and in a recruitment agency.
Here's why: Everyone needs harmony between work and personal life. In order to achieve this, it is necessary to automate routine processes as much as possible. Recruiters should use a recruiting app to avoid:
- wasting time manually sending out messages,
- filling out dozens of tables on third-party services to report,
- accounting of vacancies and customers on third-party services,
- accounting of candidates and their promotion through the funnel on third-party services.
Of course, this application may not be suitable for some companies, as the selection processes may differ, so I will be glad to receive recommendations from you to expand or refine the functionality.
This section lists all the main frameworks/libraries used to build the project.
Instructions for setting up a project locally. To run a local copy, follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- pnpm
pnpm create next-app mui-test --ts --eslint --use-pnpm --no-app --no-src-dir --import-alias "@/*"
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install PNPM packages
pnpm install
There will be useful examples of how the project can be used.
- Add API to Installation section
- Add examples to Usage section
- Add contact section
- Templates - 90%,
- Prisma DB - 95%,
- NextAuth - 99%,
- API - 0%.