Right Resource Fit is designed to streamline recruitment processes, enabling the Human Resource Management Team to handle functions related to hiring efficiently.
- 📝 Users can register as Applicants or HR.
- 🔑 Users can log in to the system.
- 🔄 Users can reset their passwords.
- 🛠️ HR can create, update, and delete job postings.
- 🌍 Applicants can search for jobs based on location, skills, etc.
- 🧾 Applicants can apply for jobs by filling out a job application form.
- 📋 Applicants can view the status of their job applications.
- 👥 HR can track applicants and their application statuses.
Right Resource Fit/
- ├── frontend/ ( ⚡ Vite + TypeScript project)
- └── backend/ ( 🖥️ Express + Node.js project)
To run the frontend, follow these steps:
-
Navigate to the
frontend
directory:cd Frontend\ RRF
-
Install the necessary dependencies:
npm i
-
Start the development server:
npm run dev
-
The frontend will be running at http://localhost:5173
To run the backend, follow these steps:
- Navigate to the backend directory:
cd backend
- Install the necessary dependencies:
npm install
- Start the backend server:
node server.js
- The backend will be running at http://localhost:3000.
For any inquiries or support regarding the project, feel free to Contact us.
Special thanks to our Mentor for providing tools and support assisted in creating this Project.