/recruitment-system

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

recruitment-system

Installation

  1. Clone the repository: git clone https://github.com/nyashachiza/recruitment-system.git
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run database migrations: python manage.py migrate
  4. Start the development server: python manage.py runserver

Usage

  1. Access the application by visiting http://localhost:8000 in your web browser.