Welcome to the Hiring Module!
This software aims to streamline the hiring process and facilitate the management of shared office resources. With our tool, you can efficiently track the entire hiring cycle until the contract is finalized.
If you're interested in learning more or want to test our demo, please contact us here.
Demo Link: Hiring Module Demo
The Hiring Module is developed using Django framework, providing a robust solution for managing hiring processes. The application utilizes PostgreSQL for the primary database, while a temporary SQLite database is used for testing purposes.
-
Configure environment variables, including database connection details, in the
.env
file. -
Navigate to the project directory:
cd hiring_module
-
Perform database migrations:
python manage.py makemigrations hiring_app python manage.py migrate
-
Run the development server:
python manage.py runserver
- This codebase serves as a demo and is not intended for production use in critical business operations.
- Developers are encouraged to set up an SMTP server for handling progress notifications and other relevant functionalities.
Thank you for your interest in the Hiring Module! If you have any questions or suggestions for improvement, feel free to reach out to us.