{"id":15161721,"url":"https://github.com/samarjiit/job_portal","last_synced_at":"2026-02-27T03:34:29.818Z","repository":{"id":254990509,"uuid":"845162214","full_name":"Samarjiit/job_portal","owner":"Samarjiit","description":"Full Stack React JS Project ( Job Portal )","archived":false,"fork":false,"pushed_at":"2024-08-29T09:47:30.000Z","size":820,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T12:51:29.721Z","etag":null,"topics":["clerk","shadcn-ui","supabase","tailwind"],"latest_commit_sha":null,"homepage":"https://job-portal-hth4gc389-samars-projects-22b3a43e.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samarjiit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-20T17:46:42.000Z","updated_at":"2024-11-11T10:07:51.000Z","dependencies_parsed_at":"2024-10-10T12:01:07.029Z","dependency_job_id":"13f97640-24e2-4cf4-9d92-228205434f40","html_url":"https://github.com/Samarjiit/job_portal","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.2857142857142857,"last_synced_commit":"646f54976cf855deed144ccfbfcb97aceb188f93"},"previous_names":["samarjiit/job_portal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samarjiit/job_portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samarjiit%2Fjob_portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samarjiit%2Fjob_portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samarjiit%2Fjob_portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samarjiit%2Fjob_portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samarjiit","download_url":"https://codeload.github.com/Samarjiit/job_portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samarjiit%2Fjob_portal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263434470,"owners_count":23465964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerk","shadcn-ui","supabase","tailwind"],"created_at":"2024-09-27T00:43:38.728Z","updated_at":"2026-02-27T03:34:29.777Z","avatar_url":"https://github.com/Samarjiit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Full Stack Job Portal\n\nThis is a Full Stack Job Portal built using React JS, Tailwind CSS, Supabase, Clerk Authentication, and Shadcn UI. The project showcases a modern, responsive, and feature-rich job portal, demonstrating a comprehensive skill set in full-stack development.\n\n## Features\n\n- **User Authentication**: Secure authentication system using Clerk.\n- **Supabase Integration**: Data management and backend services handled by Supabase.\n- **Shadcn UI Components**: Utilized Shadcn UI for a consistent and sleek user interface.\n- **Responsive Design**: Styled with Tailwind CSS to ensure mobile responsiveness and ease of use.\n- **Job Listings**: Users can view, search, and filter job listings.\n- **Save/Unsave Jobs**: Users can save jobs for later reference.\n- **Job Applications**: Users can apply for jobs and track their application status.\n- **User Onboarding**: New users are guided through an onboarding process.\n- **Company Management**: Employers can add new companies and post jobs.\n- **Application Management**: Users can view their applications, and employers can track applicants.\n- **Protected Routes**: Ensured route protection based on user authentication.\n- **Deployment**: Deployed on a suitable hosting platform for public access.\n\n## Technologies Used\n\n- **Frontend**: React JS, Tailwind CSS, Shadcn UI\n- **Backend**: Supabase\n- **Authentication**: Clerk\n- **State Management**: React Hook Form, Zod\n- **Custom Hooks**: Created for data fetching and other reusable functionalities\n\n\n## Database Schema\n\nBelow is the database schema used in the project:\n\n![Database Schema](https://github.com/Samarjiit/job_portal/blob/main/public/database.png)\n\n\n## Setup and Installation\n\nTo get the project running locally, follow these steps:\n\n1. **Clone the Repository**\n\n   \\```bash\n   git clone https://github.com/Samarjiit/job_portal.git\n   cd job_portal\n   \\```\n\n2. **Install Dependencies**\n\n   Make sure you have [Node.js](https://nodejs.org/) installed, then run:\n\n   \\```bash\n   npm install\n   \\```\n\n3. **Set Up Supabase**\n\n   - Create a project on [Supabase](https://supabase.com/).\n   - Retrieve your Supabase API URL and Key from the Supabase dashboard.\n   - Create the required tables in Supabase as per the data schema.\n   - Add these details to your environment variables.\n\n4. **Set Up Clerk Authentication**\n\n   - Create an account on [Clerk](https://clerk.dev/).\n   - Set up the authentication configuration as per your needs.\n   - Add Clerk credentials to your environment variables.\n\n5. **Environment Variables**\n\n   Create a `.env` file in the root directory and add the following:\n\n   \\```bash\n   REACT_APP_SUPABASE_URL=\u003cYour Supabase URL\u003e\n   REACT_APP_SUPABASE_KEY=\u003cYour Supabase Key\u003e\n   REACT_APP_CLERK_FRONTEND_API=\u003cYour Clerk Frontend API\u003e\n   REACT_APP_CLERK_API_KEY=\u003cYour Clerk API Key\u003e\n   \\```\n\n6. **Run the Application**\n\n   Start the development server:\n\n   \\```bash\n   npm start\n   \\```\n\n   The application will run on `http://localhost:3000`.\n\n## Deployment\n\nTo deploy the application:\n\n1. Build the application:\n\n   \\```bash\n   npm run build\n   \\```\n\n2. Deploy the build to your preferred hosting platform.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarjiit%2Fjob_portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamarjiit%2Fjob_portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarjiit%2Fjob_portal/lists"}