APNA is a project primarily focused for enhanced version of the APNA app with AI implementation and enhanced features for both HR and Candidates and is maintained by Kavin-Bakyaraj.
APNA is a versatile project aimed to accomplish APNA (Revised version with secure features). It leverages React and Django for most of its functionality, while utilizing Python(Django) for Backend and React is used for the frontend design.
- Enhanced secure features for the HR and Candidates based on their email ID
- Job Applying with questions set by the HR for the candidates with pass percentage which helps them to filter the candidates who passed the test
- AI resume analyzer for the candidates for their profile verification
To install and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Kavin-Bakyaraj/APNA.git cd APNA -
Install dependencies:
cd frontend npm install # or if using Python pip install -r requirements.txt
Run the Frontend:
npm start
##Run the Backend
cd backend
python manage.py runserver