{"id":23924636,"url":"https://github.com/hallowshaw/skillsetsail","last_synced_at":"2026-04-04T20:31:42.246Z","repository":{"id":239647434,"uuid":"800133997","full_name":"hallowshaw/SkillSetSail","owner":"hallowshaw","description":"Skill Set Sail is a modern MERN stack application for job seekers and employers. It simplifies job posting, application management, and talent discovery with a user-friendly interface and robust features.","archived":false,"fork":false,"pushed_at":"2024-07-18T09:11:51.000Z","size":5692,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T09:01:45.433Z","etag":null,"topics":["crud","crud-application","expresss","javascript","job-portal","jobsearch","jobseeker","mern-stack","mongodb","nodejs","react","react-router","reactjs"],"latest_commit_sha":null,"homepage":"","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/hallowshaw.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-05-13T19:05:28.000Z","updated_at":"2024-07-18T09:11:54.000Z","dependencies_parsed_at":"2024-05-19T18:25:01.568Z","dependency_job_id":"87898fb7-0c95-4017-8e13-930af776ca25","html_url":"https://github.com/hallowshaw/SkillSetSail","commit_stats":null,"previous_names":["hallowshaw/skillsetsail"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hallowshaw/SkillSetSail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallowshaw%2FSkillSetSail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallowshaw%2FSkillSetSail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallowshaw%2FSkillSetSail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallowshaw%2FSkillSetSail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hallowshaw","download_url":"https://codeload.github.com/hallowshaw/SkillSetSail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallowshaw%2FSkillSetSail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["crud","crud-application","expresss","javascript","job-portal","jobsearch","jobseeker","mern-stack","mongodb","nodejs","react","react-router","reactjs"],"created_at":"2025-01-05T19:16:19.278Z","updated_at":"2026-04-04T20:31:42.224Z","avatar_url":"https://github.com/hallowshaw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003ch1 \u003eSkill Set Sail\u003c/h1\u003e\n\n\n\nSkill Set Sail is a comprehensive MERN stack application designed to facilitate job seeking and recruitment processes with an intuitive and user-friendly interface.\n\n## Features\n\n### For Employers:\n\n- **Job Management:**\n  - **Post Jobs:** Create new job listings with details like job title, description, and requirements.\n  - **Edit Jobs:** Modify existing job postings to update information or requirements.\n  - **Delete Jobs:** Remove job listings that are no longer available or relevant.\n  - **View Applications:** Access and review applications submitted by job seekers for each job listing.\n\n### For Job Seekers:\n\n- **Job Search and Application:**\n  - **Browse Jobs:** Explore available job listings categorized by industry, location, or type.\n  - **Apply for Jobs:** Submit applications with resumes and additional details required by employers.\n\n## Technologies Used\n\n### Frontend Dependencies\n\n- **axios:** Promise-based HTTP client for making requests to the backend API.\n- **react:** JavaScript library for building user interfaces using components.\n- **react-dom:** Provides DOM-specific methods for React.\n- **react-hot-toast:** Lightweight and customizable toast notifications for React applications.\n- **react-icons:** A collection of icons for React applications.\n- **react-router-dom:** DOM bindings for React Router for declarative routing in React applications.\n- **react-spinners:** Collection of loading spinners and indicators for React applications.\n\n### Backend Dependencies\n\n- **bcrypt:** Library to hash passwords securely before storing them.\n- **cloudinary:** Cloud-based image and video management service for handling file uploads.\n- **cookie-parser:** Middleware for parsing cookies attached to the client request object.\n- **cors:** Middleware for enabling CORS (Cross-Origin Resource Sharing) in the backend.\n- **dotenv:** Loads environment variables from a `.env` file into `process.env`.\n- **express:** Fast, unopinionated, minimalist web framework for Node.js.\n- **express-fileupload:** Simple middleware for handling file uploads.\n- **jsonwebtoken:** JSON Web Token implementation to generate and verify tokens.\n- **mongoose:** MongoDB object modeling tool designed to work in an asynchronous environment.\n- **validator:** A library of string validators and sanitizers.\n\n## Getting Started\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/hallowshaw/SkillSetSail.git\n   cd SkillSetSail\n   ```\n\n\n2. **Install frontend dependencie:**\n   ```bash\n   cd Frontend\n   npm install\n   ```\n\n\n3. **Install backend dependencie:**\n   ```bash\n   cd Backend\n   npm install\n   ```\n\n\n4. **Set up environment variables:**\n   - **Create a .env file in the Backend directory config folder with the following variables**\n\n   ```bash\n   PORT = 4000\n   CLOUDINARY_CLIENT_NAME=\n   CLOUDINARY_CLIENT_API=\n   CLOUDINARY_CLIENT_SECRET=\n   FRONTEND_URL=http://localhost:5173\n   MONGO_URI= \n   JWT_SECRET_KEY=eyJhbGciOiJIUzI1NiJ9\n   JWT_EXPIRES=7d\n   COOKIE_EXPIRE=5\n   ```\n\n\n\n5. **Start the frontend and backend servers:**\n  \n   ```bash\n   # In the Frontend directory\n   npm run dev\n\n   # In the Backend directory\n   npm run dev\n\n   ```\n\n\n\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute to Skill Set Sail:\n\n1. Fork the repository and clone it locally:\n   ```bash\n   git clone https://github.com/hallowshaw/Skill-Set-Sail.git\n   cd Skill-Set-Sail\n   ```\n\n\n2. Create a new branch for your feature or bug fix:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n\n\n3. Make your changes and commit them:\n   ```bash\n   git add .\n   git commit -m \"Add your detailed description of changes\"\n   ```\n\n\n4. Push to your branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n\n\n5. Submit a pull request detailing the changes you made and why they are valuable.\n\n\n\n6. Your pull request will be reviewed. Once approved, it will be merged into the main branch.\n\n\n\n### Development Guidelines\n\nWhen contributing to Skill Set Sail, please follow these guidelines:\n\n- **Code Style:** Follow the existing code style and structure of the project.\n  \n- **Commit Messages:** Write clear and concise commit messages that explain the purpose of your changes.\n  \n- **Documentation:** Update documentation as needed to reflect your changes.\n  \n- **Pull Requests:** Submit a pull request detailing the changes made and provide a brief description of why they are valuable. Include any relevant information that may assist reviewers.\n\n- **Review:** Be responsive to feedback and be prepared to make further changes as requested during the review process.\n  \n- **Linting:** Ensure your code adheres to linting rules and does not introduce any new linting errors or warnings.\n\u003cbr\u003e\n\n\nBy following these guidelines, you contribute to maintaining a high standard of quality and consistency in the Skill Set Sail project.\n\n\n\n##\nThank you for setting sail with Skill Set Sail! Your contributions are like wind in our sails, propelling us forward and steering us toward excellence. Together, we chart a course to build something remarkable that benefits everyone involved. Let's navigate this journey together and make waves in the world of job seeking and recruitment. Fair winds and following seas!\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallowshaw%2Fskillsetsail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhallowshaw%2Fskillsetsail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallowshaw%2Fskillsetsail/lists"}