{"id":26017760,"url":"https://github.com/0xomaradel/jobster","last_synced_at":"2026-04-12T00:04:04.325Z","repository":{"id":224196547,"uuid":"749226766","full_name":"0xOmarAdel/jobster","owner":"0xOmarAdel","description":"Jobster is a project created for practicing Mongoose, JWT, and Express. It includes user authentication (login/register/edit) and CRUD operations for job models.","archived":false,"fork":false,"pushed_at":"2024-02-24T12:08:30.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-24T13:26:08.588Z","etag":null,"topics":["bcryptjs","expressjs","helmet","jwt","mongoose","nodejs","rate-limiter","xss-clean"],"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/0xOmarAdel.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}},"created_at":"2024-01-27T23:45:30.000Z","updated_at":"2024-02-24T13:26:13.729Z","dependencies_parsed_at":"2024-02-24T13:26:12.299Z","dependency_job_id":"2c6a1e37-527e-40a1-a5ee-ded67ce08615","html_url":"https://github.com/0xOmarAdel/jobster","commit_stats":null,"previous_names":["0xomaradel/jobster"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOmarAdel%2Fjobster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOmarAdel%2Fjobster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOmarAdel%2Fjobster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOmarAdel%2Fjobster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xOmarAdel","download_url":"https://codeload.github.com/0xOmarAdel/jobster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242154622,"owners_count":20080701,"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":["bcryptjs","expressjs","helmet","jwt","mongoose","nodejs","rate-limiter","xss-clean"],"created_at":"2025-03-06T05:29:58.940Z","updated_at":"2026-04-12T00:04:04.288Z","avatar_url":"https://github.com/0xOmarAdel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jobster\n\n## Description\n\nJobster is a project created for practicing Mongoose, JWT, and Express. It includes user authentication (login/register/update) and CRUD operations for job models.\n\n## Installation\n\nMake sure you have Node.js and npm installed on your machine.\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/0xOmarAdel/jobster.git\n   cd jobster\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the root directory and configure the following variables:\n\n   ```env\n   PORT=5000\n   MONGODB_URL=your-mongodb-connection-string\n   JWT_SECRET=your-secret-key\n   JWT_LIFETIME=30d\n   ```\n\n4. Start the application:\n   ```bash\n   npm start\n   ```\n\n   The application will be accessible at http://localhost:5000.\n\n## Scripts\n\n- `npm start`: Start the application using nodemon.\n\n## Technologies Used\n\n- Node.js\n- Express\n- Mongoose\n- JWT (jsonwebtoken)\n- Bcryptjs\n- Cors\n- Dotenv\n- Express-async-errors\n- Express-rate-limit\n- Helmet\n- HTTP Status Codes\n- Rate Limiter\n- XSS Clean\n- YAMLjs\n\n## Project Structure\n\n- **Models:**\n  - User Model: Handles user authentication (login/register/edit).\n  - Job Model: Provides CRUD operations for job entities.\n\n- **Middleware:**\n  - Authentication Middleware: Verifies JWT tokens for secure routes.\n  - Rate Limiter Middleware: Limits the rate of requests to prevent abuse.\n\n- **Routes:**\n  - Auth Routes: Handles user authentication.\n  - Job Routes: Manages CRUD operations for job entities.\n\n- **Utilities:**\n  - Error Handling: Express-async-errors for handling asynchronous errors.\n  - Validation: Joi for request validation.\n\n- **Security:**\n  - Helmet: Enhances application security with HTTP headers.\n  - XSS Clean: Protects against cross-site scripting attacks.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xomaradel%2Fjobster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xomaradel%2Fjobster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xomaradel%2Fjobster/lists"}