{"id":26235737,"url":"https://github.com/dxtaner/mern-stack-job-app","last_synced_at":"2026-04-26T08:37:38.664Z","repository":{"id":213074247,"uuid":"732962321","full_name":"dxtaner/mern-stack-job-app","owner":"dxtaner","description":"Mern Stack Jobs App","archived":false,"fork":false,"pushed_at":"2024-03-29T14:54:29.000Z","size":2129,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T04:45:31.543Z","etag":null,"topics":["axios","bcryptjs","cookie-parser","job-app","jobs","jobsearch","jsonwebtoken","mongoose","rest-api"],"latest_commit_sha":null,"homepage":"https://mern-stack-job-app.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/dxtaner.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":"2023-12-18T08:59:01.000Z","updated_at":"2024-02-12T19:34:53.000Z","dependencies_parsed_at":"2023-12-25T17:17:34.093Z","dependency_job_id":"e948afa0-96ef-4f8e-8e6f-8121ae8e0932","html_url":"https://github.com/dxtaner/mern-stack-job-app","commit_stats":null,"previous_names":["dxtaner/mern-stack-job-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dxtaner/mern-stack-job-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fmern-stack-job-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fmern-stack-job-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fmern-stack-job-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fmern-stack-job-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxtaner","download_url":"https://codeload.github.com/dxtaner/mern-stack-job-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fmern-stack-job-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32291189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"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":["axios","bcryptjs","cookie-parser","job-app","jobs","jobsearch","jsonwebtoken","mongoose","rest-api"],"created_at":"2025-03-13T03:17:42.265Z","updated_at":"2026-04-26T08:37:38.659Z","avatar_url":"https://github.com/dxtaner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Stack Job Application\nThis repo contains a job application application developed with the MERN (MongoDB, Express.js, React, Node.js) stack.\n\n## Screen Shoots\n![Ana Sayfa](JobsAppScreenShoots/Homepage.png)\n ![Kayıt Sayfası](JobsAppScreenShoots/RegisterPAge.png)\n![İstatistikler](JobsAppScreenShoots/Stats.png)\n ![İş Ekleme Ekranı](JobsAppScreenShoots/addjob.png)\n ![Tüm İşler](JobsAppScreenShoots/alljobs.png)\n ![Gösterge Paneli](JobsAppScreenShoots/dashboard.png)\n ![Gösterge Paneli (Güncellendi)](JobsAppScreenShoots/dashboard2.png)\n ![İş Silme Ekranı](JobsAppScreenShoots/deletejob.png)\n ![Düzenlenmiş İş Ekranı](JobsAppScreenShoots/editedjob.png)\n ![Alt Menü](JobsAppScreenShoots/footer.png)\n ![Giriş Sayfası](JobsAppScreenShoots/loginpage.png)\n![Profil Sayfası](JobsAppScreenShoots/myporfile.png)\n\nTable of Contents\n-----------------\n\n*   [Authentication Routes](#authentication-routes)\n*   [Job Listings Routes](#job-listings-routes)\n*   [Rate Limiting](#rate-limiting)\n*   [Authentication](#authentication)\n*   [Security](#security)\n*   [Technologies Used](#technologies-used)\n*   [Contributing](#contributing)\n*   [License](#license)\n\nAuthentication Routes\n---------------------\n\nEndpoint\n\nDescription\n\nRate Limit\n\n`POST /api/v1/auth/register`\n\nRegister a new user.\n\n10 requests per 15 minutes per IP.\n\n`POST /api/v1/auth/login`\n\nAuthenticate user credentials and receive a token.\n\n10 requests per 15 minutes per IP.\n\n`GET /api/v1/auth/logout`\n\nLog out the currently authenticated user.\n\nN/A\n\n`PATCH /api/v1/auth/updateUser/:id`\n\nUpdate the profile information of a user.\n\nAuthentication Required\n\n`GET /api/v1/auth/getCurrentUser`\n\nFetch details of the currently authenticated user.\n\nAuthentication Required\n\nJob Listings Routes\n-------------------\n\nEndpoint\n\nDescription\n\nAuthentication Required\n\n`POST /api/v1/jobs/`\n\nCreate a new job listing.\n\nYes\n\n`GET /api/v1/jobs/`\n\nFetch all job listings.\n\nNo\n\n`GET /api/v1/jobs/stats`\n\nFetch statistics related to job listings.\n\nNo\n\n`GET /api/v1/jobs/:id`\n\nFetch a job listing by its ID.\n\nNo\n\n`PATCH /api/v1/jobs/:id`\n\nUpdate a job listing by its ID.\n\nYes\n\n`DELETE /api/v1/jobs/:id`\n\nDelete a job listing by its ID.\n\nYes\n\nRate Limiting\n-------------\n\nRate limiting is implemented on the authentication routes with a limit of `10 requests per 15 minutes per IP address`.\n\nAuthentication\n--------------\n\nTo access routes that require authentication, you must include a valid JWT token in the request headers. The token can be obtained by logging in.\n\nSecurity\n--------\n\n*   Cross-Origin Resource Sharing (CORS) is enabled with credentials support.\n*   Various security middlewares like `helmet`, `xss-clean`, and `express-mongo-sanitize` are implemented to enhance application security.\n\nTechnologies Used\n-----------------\n\n*   Node.js\n*   Express.js\n*   MongoDB\n*   JWT for authentication\n*   Rate limiting with express-rate-limit\n\nContributing\n------------\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nLicense\n-------\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fmern-stack-job-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxtaner%2Fmern-stack-job-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fmern-stack-job-app/lists"}