AI-Powered Hiring Assessment Platform - Demo Credentials
HR Accounts
Candidate Accounts
Sample Jobs & Assessments
The demo includes the following sample data:
- 4 job postings with varying seniority levels
- 4 assessments linked to these jobs
- Sample applications submitted by candidates
Getting Started
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables (copy
.env.example to .env)
- Run database migrations:
alembic upgrade head
- Start the application:
python main.py
- Access the API documentation at
http://localhost:8000/docs
API Usage
- HR users can create jobs and assessments
- Candidates can apply to jobs and take assessments
- All accounts are pre-populated with sample data for demonstration