{"id":21826850,"url":"https://github.com/fedhako7/Job-Bord","last_synced_at":"2025-07-20T13:30:58.964Z","repository":{"id":265104589,"uuid":"895114347","full_name":"fedhako7/Job-Bord","owner":"fedhako7","description":"A full-stack web application that enables employers to post job listings and job seekers to search and apply for positions. The platform includes a user-friendly interface, secure authentication, and a database to manage job and user data. ","archived":false,"fork":false,"pushed_at":"2025-04-15T20:31:48.000Z","size":3495,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T01:11:36.832Z","etag":null,"topics":["email","email-integration","expressjs","google-auth","job-board","jwt-authentication","mysql","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"https://fedesajobboardapp.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/fedhako7.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,"zenodo":null}},"created_at":"2024-11-27T15:29:07.000Z","updated_at":"2025-04-15T20:31:51.000Z","dependencies_parsed_at":"2025-03-17T10:41:06.431Z","dependency_job_id":null,"html_url":"https://github.com/fedhako7/Job-Bord","commit_stats":null,"previous_names":["fedhako7/codesoft","fedhako7/job-bord"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fedhako7/Job-Bord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedhako7%2FJob-Bord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedhako7%2FJob-Bord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedhako7%2FJob-Bord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedhako7%2FJob-Bord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fedhako7","download_url":"https://codeload.github.com/fedhako7/Job-Bord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedhako7%2FJob-Bord/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266134968,"owners_count":23881773,"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":["email","email-integration","expressjs","google-auth","job-board","jwt-authentication","mysql","nodejs","reactjs"],"created_at":"2024-11-27T18:11:08.901Z","updated_at":"2025-07-20T13:30:58.943Z","avatar_url":"https://github.com/fedhako7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Job Board\n![Employer Home Page](https://github.com/user-attachments/assets/499eed82-7716-4b2c-91e9-26b06121cf91)\n\n\n\n## Overview\nJob Board is a full-stack web application that connects employers with job seekers. Employers can post job openings, while job seekers can search and apply for positions effortlessly. The platform provides a seamless experience with a user-friendly interface and secure authentication.\n\n## Features\n- **Job Posting \u0026 Management**: Employers can create, update, and delete job listings.\n- **Job Search \u0026 Application**: Job seekers can browse and apply for jobs using search filters.\n- **User Authentication**:\n  - JWT-based authentication\n  - Google OAuth 2.0 login\n  - Email confirmation successfull application\n- **User Dashboards**:\n  - Employers can manage job listings\n  - Job seekers can track applications\n- **Database Management**: MySQL handles job listings, user profiles, and applications.\n- **Responsive UI**: Built with React and Tailwind CSS for a smooth user experience.\n\n## Tech Stack\n### Frontend\n- **React.js**: For building dynamic and interactive UI\n- **Tailwind CSS**: For styling and responsiveness\n\n### Backend\n- **Node.js \u0026 Express.js**: For handling server-side logic\n- **MySQL**: For structured data storage\n- **JWT \u0026 Google OAuth 2.0**: For authentication security\n- **Nodemailer**: For email confirmation\n\n## Screenshots\n\n### Job Lists\n\n![Job lists](https://github.com/user-attachments/assets/53b8e34b-bbfa-49eb-93d7-110bebad3ed8)\n\n\n### Employer Dashboard\n\n![Employer Home Page](https://github.com/user-attachments/assets/0d04e7fe-d019-4f88-97b4-bb23d2b3ae9f)\n\n\n### Login Page\n\n![Login Page](https://github.com/user-attachments/assets/dd00e2f4-873c-4519-9267-82575b862f2b)\n\n\n### Seeker Application History\n\n![Seeker application history - detail](https://github.com/user-attachments/assets/3c563e9d-381a-44ea-8ff1-ccef0326850b)\n\n\n\n## Installation \u0026 Setup\n### Prerequisites\nEnsure you have the following installed:\n- **Node.js** (latest LTS version recommended)\n- **MySQL**\n- **Git**\n\n### Steps\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/fedhako7/job-board.git\n   cd job-board\n   ```\n2. Install dependencies:\n   ```sh\n   npm install\n   ```\n3. Set up environment variables:\n   - Create a `.env` file in the root directory.\n   - Add the required environment variables (e.g., database credentials, JWT secret, OAuth keys).\n4. Start the backend server:\n   ```sh\n   node app.js\n   ```\n5. Start the frontend:\n   ```sh\n   npm run dev\n   ```\n\n## Project Goals\n### This project was built to:\n- Demonstrate full-stack development skills using modern frameworks and tools.\n- Showcase secure authentication and database management in a real-world application.\n\n## Future Improvements\n- Implement real-time notifications for job updates.\n- Add an admin dashboard for better platform moderation.\n- Introduce AI-based job recommendations.\n\n## Contact\nFor any inquiries, reach out via [fedhasayelmachew@gmail.com](mailto:fedhasayelmachew@gmail.com).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedhako7%2FJob-Bord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedhako7%2FJob-Bord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedhako7%2FJob-Bord/lists"}