{"id":50762523,"url":"https://github.com/yashdev9274/listing","last_synced_at":"2026-06-11T11:02:17.615Z","repository":{"id":284976916,"uuid":"930202248","full_name":"yashdev9274/listing","owner":"yashdev9274","description":"OpenSourced alternative of wellfound - Listing ","archived":false,"fork":false,"pushed_at":"2025-03-28T17:15:29.000Z","size":2335,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T18:27:02.475Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://listing-phi.vercel.app","language":"TypeScript","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/yashdev9274.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":"2025-02-10T08:48:52.000Z","updated_at":"2025-03-28T17:15:33.000Z","dependencies_parsed_at":"2025-03-28T18:37:18.796Z","dependency_job_id":null,"html_url":"https://github.com/yashdev9274/listing","commit_stats":null,"previous_names":["yashdev9274/listing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yashdev9274/listing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Flisting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Flisting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Flisting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Flisting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashdev9274","download_url":"https://codeload.github.com/yashdev9274/listing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Flisting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34195117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-06-11T11:02:16.986Z","updated_at":"2026-06-11T11:02:17.603Z","avatar_url":"https://github.com/yashdev9274.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Listing\n\n![Job Listing Platform Overview](/public/Listing_excalidraw.png)\n\n\u003cbr\u003e\n\n### Database model structure\n\n![Job Listing Platform Overview](/public/DB-structure.jpg)\n\n\n\n### Diagram Components:\n1. **User Flow**\n   - Job Seeker Path\n   - Company Path\n   - Authentication Flow\n\n2. **Core Features**\n   - Job Posting System\n   - Search \u0026 Filter\n   - Company Profiles\n   - Real-time Updates\n\n# Job Listing Platform\n\nA modern job listing platform built with Next.js 14, featuring a clean UI and powerful filtering capabilities.\n\n## Features\n\n- 🌐 **Real-time Job Listings** with advanced filtering options\n- 🎨 **Modern UI** built with Tailwind CSS and Shadcn UI\n- 🔍 **Advanced Search \u0026 Filters**\n  - Job type filtering (Full-time, Part-time, Contract, Internship)\n  - Location-based search with worldwide/remote options\n  - Salary range filtering\n- 📝 **Rich Text Job Descriptions** using TipTap editor\n- 🖼️ **Image Upload** support for company logos\n- 🌙 **Dark/Light Mode** support\n- 🔐 **Authentication** system\n- 💼 **Company Profiles** management\n\n## Tech Stack\n\n### Frontend\n- **Framework**: Next.js 14 with App Router\n- **Styling**: \n  - Tailwind CSS for utility-first styling\n  - Shadcn UI for pre-built components\n  - Lucide Icons for vector icons\n- **State Management**: React Hooks\n- **Form Handling**:\n  - React Hook Form for form state\n  - Zod for schema validation\n  - React Select for dropdown components\n\n### Backend\n- **Runtime**: Node.js\n- **Framework**: Next.js Server Components \u0026 Server Actions\n- **Database**: \n  - PostgreSQL as main database\n  - Prisma as ORM\n- **Authentication**: \n  - NextAuth.js/Auth.js\n  - JWT for session management\n\n### Features \u0026 Integrations\n- **Rich Text Editor**: TipTap\n- **Image Upload**: UploadThing\n- **UI Components**:\n  - Sonner for toast notifications\n  - Tailwind Merge for class name merging\n  - Class Variance Authority for component variants\n- **Development Tools**:\n  - TypeScript for type safety\n  - ESLint for code linting\n  - Prettier for code formatting\n\n### Infrastructure\n- **Hosting**: Vercel\n- **Database Hosting**: Vercel Postgres\n- **Image Storage**: UploadThing CDN\n- **Version Control**: Git\n\n## Project Structure\n\n```\n├── app/\n│   ├── (appLayout)/         # Main application layout\n│   ├── action.ts           # Server actions\n│   └── utils/              # Utility functions\n├── components/\n│   ├── form/               # Form components\n│   ├── home/               # Home page components\n│   └── ui/                 # Reusable UI components\n└── lib/                    # Library code\n```\n\n## Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Set up your environment variables:\n   ```env\n   DATABASE_URL=\n   NEXTAUTH_SECRET=\n   UPLOADTHING_SECRET=\n   UPLOADTHING_APP_ID=\n   ```\n4. Run database migrations:\n   ```bash\n   npx prisma migrate dev\n   ```\n5. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n## Key Features Explained\n\n### Job Filtering\n- Real-time filtering using URL parameters\n- Multiple filter combinations (job type, location, salary)\n- Clean and responsive filter UI\n\n### Job Posting\n- Rich text editor for job descriptions\n- Company profile integration\n- Image upload for company logos\n- Form validation using Zod\n### Company Profiles- Detailed company information\n- Logo management\n- Job posting management\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashdev9274%2Flisting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashdev9274%2Flisting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashdev9274%2Flisting/lists"}