Chakri is a modern and dynamic job portal developed using Laravel, the PHP framework for web artisans. It provides a platform where job seekers can find their dream jobs and employers can post job listings to find suitable candidates. Chakri is designed with a focus on ease of use, performance, and security.
- User Authentication: Secure login and registration for job seekers and employers.
- Job Listings: Employers can create, update, and manage job listings.
- Job Applications: Job seekers can apply for jobs and track their application status.
- Search & Filter: Advanced search and filtering options for job seekers to find relevant job listings.
- User Profiles: Customizable profiles for both job seekers and employers.
- Notifications: Email notifications for job applications and job alerts.
- Admin Panel: A comprehensive admin panel for managing users, jobs, and site settings.
-
Clone the repository:
git clone https://github.com/souvikdas-dev/chakri.git
-
Navigate to the project directory:
cd chakri
-
Install the dependencies:
composer install
-
Copy the
.env.example
file to.env
and configure your environment variables:cp .env.example .env
-
Generate the application key:
php artisan key:generate
-
Run the migrations to set up the database:
php artisan migrate
-
Seed the database with initial data (optional):
php artisan db:seed
-
Serve the application:
php artisan serve
Contributions are welcome! Please read our contributing guidelines for more details.
This project is licensed under the the MIT license.
For any inquiries or feedback, feel free to reach out at [souvikdas.dev@gmail.com].