- Clone the repository:
git clone https://github.com/nyashachiza/recruitment-system.git
- Install the required dependencies:
pip install -r requirements.txt
- Run database migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the application by visiting
http://localhost:8000
in your web browser.