An open API service indexing awesome lists of open source software.

https://github.com/aswinbennyofficial/kleos

Recruitment website made in laravel
https://github.com/aswinbennyofficial/kleos

Last synced: 16 days ago
JSON representation

Recruitment website made in laravel

Awesome Lists containing this project

README

        

## Kleos - Recruitment Platform

Recruitment platform made in laravel + sqlite

### Run

```bash
composer install

php artisan migrate

php artisan serve

```

### Screenshots

#### 🏠 Homepage
- **Homepage**
![Homepage](./screenshots/homepage.png)

#### 👔 Recruiter Screens
- **Recruiter Dashboard**
![Recruiter Dashboard](./screenshots/recruiterDashborad.png)

- **Manage Job Posts**
![Manage Job Posts](./screenshots/manageJobPosts.png)

- **Manage Job Applications**
![Manage Job Applications](./screenshots/manageJobApplications.png)

- **Browse Agent**
![Browse Agent](./screenshots/browseAgent.png)

#### 🧑‍💼 Agent Screens
- **Agent Dashboard**
![Agent Dashboard](./screenshots/agentdashboard.png)

- **Edit Profile**
![Agent Edit Profile](./screenshots/agentEditProfile.png)

#### 🔐 Authentication
- **Login Page**
![Login Page](./screenshots/loginpage.png)

- **Signup Page**
![Signup Page](./screenshots/signup.png)