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. πβ¨
- Host: GitHub
- URL: https://github.com/sauradhdubey/hireek-platform
- Owner: Sauradhdubey
- Created: 2025-06-15T06:16:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T17:49:21.000Z (4 months ago)
- Last Synced: 2025-06-22T18:42:50.545Z (4 months ago)
- Topics: arcjet, full-stack-application, full-stack-nextjs, inngest, job-board, job-portal, neon, nextjs, prisma, saas, shadcn-ui, stripe, typescript, uploadthing, useform-hooks, zod
- Language: TypeScript
- Size: 15.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Hireek Platform: Your Next-Gen Recruitment Solution
  
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.