{"id":25252854,"url":"https://github.com/aykrimino/jobseekerapi","last_synced_at":"2026-05-15T21:33:21.117Z","repository":{"id":276377171,"uuid":"929104780","full_name":"AyKrimino/JobSeekerAPI","owner":"AyKrimino","description":"🚀 A RESTful API for job seekers and companies to post jobs, apply, and manage applications. Built with Golang.","archived":false,"fork":false,"pushed_at":"2025-05-24T12:16:03.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T10:54:56.921Z","etag":null,"topics":["api","backend","go","golang","gorilla-mux","jwt","jwt-authentication","mysql","mysql-database","raw-sql","rest-api","sql","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AyKrimino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07T20:19:16.000Z","updated_at":"2025-05-24T12:16:06.000Z","dependencies_parsed_at":"2025-02-07T21:28:52.661Z","dependency_job_id":"6f474646-b772-4f73-bf20-98ef85efd768","html_url":"https://github.com/AyKrimino/JobSeekerAPI","commit_stats":null,"previous_names":["aykrimino/jobseekerapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AyKrimino/JobSeekerAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyKrimino%2FJobSeekerAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyKrimino%2FJobSeekerAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyKrimino%2FJobSeekerAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyKrimino%2FJobSeekerAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AyKrimino","download_url":"https://codeload.github.com/AyKrimino/JobSeekerAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyKrimino%2FJobSeekerAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171959,"owners_count":24207437,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["api","backend","go","golang","gorilla-mux","jwt","jwt-authentication","mysql","mysql-database","raw-sql","rest-api","sql","unit-testing"],"created_at":"2025-02-12T04:18:53.905Z","updated_at":"2026-05-15T21:33:21.084Z","avatar_url":"https://github.com/AyKrimino.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JobSeekerAPI\n\n🚀 A RESTful API for job seekers and companies to post jobs, apply, and manage applications. Built with Golang.\n\n## API Documentation\n\nThe API documentation is generated using Swagger. You can access it by running the server and navigating to:\n\n```\nhttp://localhost:8080/swagger/index.html\n```\n\nMake sure you have started the server before accessing the documentation.\n\n## Installation \u0026 Setup\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/AyKrimino/JobSeekerAPI.git\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd JobSeekerAPI\n   ```\n3. Install dependencies:\n   ```sh\n   go mod tidy\n   ```\n4. Run the server:\n   ```sh\n   go run cmd/main.go\n   make run # If you want to use the Makefile\n   ```\n\n## Example Requests\n\n### Register a Job Seeker\n\n```json\n{\n  \"email\": \"JobSeeker@jobseeker.com\",\n  \"password\": \"abcd1234\",\n  \"role\": \"JobSeeker\",\n  \"firstName\": \"job\",\n  \"lastName\": \"seeker\",\n  \"profileSummary\": \"ps\",\n  \"skills\": [\"css\", \"html\", \"python\"],\n  \"experience\": 0,\n  \"education\": \"edu\"\n}\n```\n\n### Register a Company\n\n```json\n{\n  \"email\": \"company@company.com\",\n  \"password\": \"dcba4321\",\n  \"role\": \"company\",\n  \"name\": \"company\",\n  \"headquarters\": \"hq\",\n  \"website\": \"company.com\",\n  \"companySize\": \"big\",\n  \"industry\": \"indu\"\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faykrimino%2Fjobseekerapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faykrimino%2Fjobseekerapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faykrimino%2Fjobseekerapi/lists"}