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

https://github.com/sauradhdubey/hireek-platform

Hireek is a modern SaaS recruitment platform that simplifies the hiring process for both companies and job seekers. With features like secure authentication and a user-friendly dashboard, Hireek enhances the recruitment experience for everyone involved. πŸ™βœ¨
https://github.com/sauradhdubey/hireek-platform

arcjet full-stack-application full-stack-nextjs inngest job-board job-portal neon nextjs prisma saas shadcn-ui stripe typescript uploadthing useform-hooks zod

Last synced: 4 months ago
JSON representation

Hireek is a modern SaaS recruitment platform that simplifies the hiring process for both companies and job seekers. With features like secure authentication and a user-friendly dashboard, Hireek enhances the recruitment experience for everyone involved. πŸ™βœ¨

Awesome Lists containing this project

README

          

# πŸš€ Hireek Platform: Your Next-Gen Recruitment Solution

![Hireek Platform](https://img.shields.io/badge/Version-1.0.0-brightgreen.svg) ![GitHub](https://img.shields.io/github/followers/Sauradhdubey?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/Sauradhdubey/hireek-platform?style=social)

Welcome to the **Hireek Platform** repository! This is your one-stop solution for a modern recruitment experience, tailored for both companies and job seekers. Built using a powerful stack, this platform offers a seamless interface and robust features to streamline the hiring process.

## 🌟 Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Releases](#releases)

## πŸ“ Introduction

The **Hireek Platform** is designed to simplify recruitment. It connects job seekers with employers efficiently, ensuring that both parties find the best match. With a user-friendly interface and advanced features, this platform is a game-changer in the recruitment landscape.

## βš™οΈ Features

- **User Profiles**: Job seekers can create profiles showcasing their skills and experience.
- **Job Listings**: Companies can post job openings with detailed descriptions.
- **Application Tracking**: Keep track of applications and their statuses.
- **Search Filters**: Use advanced filters to find the perfect job or candidate.
- **Responsive Design**: Works seamlessly on both desktop and mobile devices.
- **Secure Authentication**: Powered by Auth.js for secure user logins.
- **Payment Integration**: Use Stripe for handling payments related to job postings.

## πŸ’» Technologies Used

This platform is built using a modern tech stack, including:

- **Next.js**: A React framework for building server-side rendered applications.
- **TailwindCSS**: A utility-first CSS framework for rapid UI development.
- **Prisma**: An ORM for TypeScript and Node.js to manage database interactions.
- **Inngest**: For serverless functions and event-driven workflows.
- **Auth.js**: To handle authentication and user sessions.
- **PostgreSQL**: A powerful relational database for storing user and job data.
- **TypeScript**: A superset of JavaScript that adds static types.
- **Zod**: A TypeScript-first schema declaration and validation library.
- **Uploadthing**: For file uploads.
- **UseForm Hooks**: For managing forms in React applications.
- **Shadcn UI**: A component library for building beautiful user interfaces.

## πŸš€ Getting Started

To get started with the **Hireek Platform**, follow these steps:

### Prerequisites

Make sure you have the following installed:

- Node.js (version 14 or later)
- npm or yarn
- PostgreSQL

### Installation

1. **Clone the repository**:

```bash
git clone https://github.com/Sauradhdubey/hireek-platform.git
cd hireek-platform
```

2. **Install dependencies**:

```bash
npm install
# or
yarn install
```

3. **Set up your database**:

Create a PostgreSQL database and update your `.env` file with the connection string.

4. **Run migrations**:

```bash
npx prisma migrate dev
```

5. **Start the development server**:

```bash
npm run dev
# or
yarn dev
```

Your application should now be running at `http://localhost:3000`.

## πŸ“¦ Usage

Once the application is running, you can navigate to the homepage. Here, you can:

- Sign up as a job seeker or employer.
- Browse job listings or create new job posts.
- Apply for jobs and track your applications.

For detailed usage instructions, refer to the documentation within the project.

## 🀝 Contributing

We welcome contributions to the **Hireek Platform**! If you have suggestions or improvements, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your branch to your fork.
5. Create a pull request.

Please ensure your code follows the existing style and includes appropriate tests.

## πŸ“„ License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## πŸ“¬ Contact

For any inquiries or support, please reach out to:

- **Sauradh Dubey** - [GitHub Profile](https://github.com/Sauradhdubey)
- Email: sauradh@example.com

## πŸ”„ Releases

To keep track of the latest updates and releases, visit our [Releases](https://github.com/Sauradhdubey/hireek-platform/releases) section. Here, you can download the latest version and see what’s new.

For a comprehensive overview of the changes, please refer to the changelog in the releases section.

## 🌐 Join the Community

We are building a community around the **Hireek Platform**. Join us on social media and contribute your ideas.

- [Twitter](https://twitter.com/hireekplatform)
- [LinkedIn](https://linkedin.com/company/hireekplatform)

## πŸ“Š Roadmap

The future of the **Hireek Platform** looks bright! Here are some features we plan to implement:

- Enhanced AI-driven job matching.
- Advanced analytics for employers.
- Mobile application for iOS and Android.
- Integration with more payment gateways.

## πŸŽ‰ Acknowledgments

Special thanks to the open-source community for providing the tools and libraries that make this project possible. Your contributions are invaluable!

---

Thank you for checking out the **Hireek Platform**! We look forward to your feedback and contributions.