Path Mitra is a modern, responsive, and user-friendly platform designed to help users navigate their career path through a guided step-by-step assistance module.
- Frontend: React.js, Tailwind CSS (Vite)
- Backend: Laravel (REST API)
- Database: MySQL
- Authentication: Laravel Sanctum
frontend/: React application.backend/: Laravel application.
Since you are using Windows, if you are using XAMPP or a similar server:
- Open phpMyAdmin (or your preferred MySQL client).
- Create a new database named
pathmitra.
- Open a terminal and navigate to the
backenddirectory:cd backend - Install dependencies (already installed but good to verify):
composer install
- Run the migrations to create the required tables:
php artisan migrate
- Start the Laravel development server:
The backend will be available at
php artisan serve
http://localhost:8000.
- Open a new terminal and navigate to the
frontenddirectory:cd frontend - Install the dependencies:
npm install
- Start the Vite development server:
The frontend will be available at the URL provided by Vite (usually
npm run dev
http://localhost:5173).
- Stunning UI: The application features a beautiful, dynamic, and professional design using Tailwind CSS.
- Guided Navigation System: A step-by-step questionnaire that recommends the best career path based on the user's qualifications, experience, and interests.
- User Dashboard: A personalized dashboard for users to track their applications, saved jobs, and profile completion.
- RESTful API: Laravel backend with configured models, migrations, and controllers for Jobs and Authentication.
- Authentication Pages: Beautiful and responsive login and registration pages.
Enjoy building your career with Path Mitra!