This recruitment tool allows you to create and customise assessments, monitor candidate progress and obtain detailed reports to make informed decisions.
Here's how to install and run the project. Make sure you have all the necessary dependencies.
git clone https://github.com/jgonzalez-89/django-recruiting.git
cd django-recruiting
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
This project is licensed under the MIT licence - see the LICENSE file for details.