Overview
What is Orca API?
Orca API is a Laravel-based API server designed for managing the recruitment process, specifically created for development workshops and server testing.
How to use Orca API?
To use Orca API, clone the repository from GitHub, install the necessary dependencies, set up the environment, and run the application in development mode. API documentation is available at /docs when running locally.
Key features of Orca API?
- Company management
- Job opening creation and management
- Candidate tracking
- Application processing
- Interview scheduling and feedback
- Technical skills management
- Coding challenge management
Use cases of Orca API?
- Managing recruitment processes for companies.
- Tracking candidates through various stages of hiring.
- Scheduling interviews and managing feedback.
- Conducting coding challenges for technical assessments.
FAQ from Orca API?
- Is Orca API suitable for production use?
No, Orca API is a fake ATS API intended for development workshops and testing purposes only.
- What technologies are used in Orca API?
The backend is built with Laravel, and the frontend uses React with Inertia.js.