{"id":25216290,"url":"https://github.com/ahmad-masud/applisense","last_synced_at":"2026-04-02T01:02:57.237Z","repository":{"id":275554871,"uuid":"926332024","full_name":"ahmad-masud/AppliSense","owner":"ahmad-masud","description":"Gather insights from your job application data.","archived":false,"fork":false,"pushed_at":"2025-02-16T21:08:36.000Z","size":665,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T04:49:06.337Z","etag":null,"topics":["express","javacript","mongodb","nodejs","react"],"latest_commit_sha":null,"homepage":"https://applisense.vercel.app","language":"JavaScript","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/ahmad-masud.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-03T03:50:29.000Z","updated_at":"2025-02-16T21:08:40.000Z","dependencies_parsed_at":"2025-02-03T09:39:16.195Z","dependency_job_id":"0ab32a55-dac1-4f72-951b-b1fdd0b9b298","html_url":"https://github.com/ahmad-masud/AppliSense","commit_stats":null,"previous_names":["ahmad-masud/applisense"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmad-masud%2FAppliSense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmad-masud%2FAppliSense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmad-masud%2FAppliSense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmad-masud%2FAppliSense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmad-masud","download_url":"https://codeload.github.com/ahmad-masud/AppliSense/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312086,"owners_count":20918344,"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":["express","javacript","mongodb","nodejs","react"],"created_at":"2025-02-10T19:17:36.001Z","updated_at":"2025-12-30T20:25:31.758Z","avatar_url":"https://github.com/ahmad-masud.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppliSense\n\nAppliSense is a powerful application tracker built using the **MERN stack** (MongoDB, Express, React, Node.js). It helps users track job applications, manage progress, and view insightful statistics.\n\n## Features\n\n- **User Authentication**: Secure JWT-based authentication.\n- **Application Tracking**: Track applications with company names, job roles, and statuses.\n- **Dashboard \u0026 Statistics**: Visualize application trends with pie charts.\n- **CRUD Operations**: Create, update, and delete applications easily.\n\n## Technology Stack\n\n- **Frontend**: React.js\n- **Backend**: Node.js, Express.js, Mongoose\n- **Database**: MongoDB\n\n---\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- **Node.js** (v14 or later)\n- **MongoDB** (Local instance or MongoDB Atlas)\n\n### Installation\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/ahmad-masud/AppliSense.git\n   cd AppliSense\n   ```\n\n2. **Install Dependencies**:\n\n   ```bash\n   npm run install-dependencies\n   ```\n\n3. **Backend Setup**:\n\n   - Navigate to the `server` directory.\n   - Create a `.env` file and add the following:\n\n     ```env\n     MONGODB_URI=\u003cyour_mongodb_uri\u003e\n     TOKEN_SECRET=\u003cyour_jwt_secret\u003e\n     EMAIL_USER=\u003cyour_email\u003e\n     EMAIL_PASS=\u003cyour_email_password\u003e\n     PORT=\u003cyour_port\u003e\n     CLIENT_URL=\u003cyour_frontend_url\u003e\n     ```\n\n4. **Frontend Setup**:\n\n   - Navigate to the `client` directory.\n   - Create a `.env` file with:\n\n     ```env\n     REACT_APP_API_BASE_URL=\u003cyour_backend_url\u003e\n     ```\n\n5. **Start the Application**:\n\n   - Run both frontend and backend:\n\n     ```bash\n     npm start\n     ```\n\n---\n\n## Usage\n\n1. **Sign up or log in** to access the dashboard.\n2. **Add new applications**, specifying the company, role, status, and applied date.\n3. **View statistics** about your applications using interactive charts.\n\n---\n\n## API Endpoints\n\n### **Authentication**\n\n| Method     | Endpoint                             | Description                      |\n| ---------- | ------------------------------------ | -------------------------------- |\n| **POST**   | `/users/login`                       | Login an existing user           |\n| **POST**   | `/users/register`                    | Register a new user              |\n| **POST**   | `/users/verifyEmail/:token`          | Verify initial email             |\n| **POST**   | `/users/verifyNewEmail/:token`       | Verify newly updated email       |\n| **DELETE** | `/users/delete`                      | Delete user account              |\n| **PUT**    | `/users/update`                      | Update user profile              |\n| **PUT**    | `/users/changePassword`              | Change account password          |\n| **POST**   | `/users/requestPasswordReset`        | Request a password reset link    |\n| **GET**    | `/users/validateResetToken/:token`   | Validate password reset token    |\n| **POST**   | `/users/resetPassword/:token`        | Reset password                   |\n\n### **Applications API**\n\n| Method     | Endpoint                             | Description                                      |\n| ---------- | ------------------------------------ | ------------------------------------------------ |\n| **GET**    | `/applications/`                     | Retrieve all applications for the user          |\n| **GET**    | `/applications/stats`                | Fetch application statistics                     |\n| **GET**    | `/applications/:id`                  | Retrieve a specific application                  |\n| **POST**   | `/applications/create`               | Create a new application                         |\n| **POST**   | `/applications/createMultiple`       | Create multiple applications at once             |\n| **DELETE** | `/applications/deleteMultiple`       | Delete multiple applications                     |\n| **DELETE** | `/applications/delete/:id`           | Delete a specific application                    |\n| **PATCH**  | `/applications/update/:id`           | Update a specific application                    |\n\n---\n\n## License\n\nThis project is licensed under the **MIT License** – see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmad-masud%2Fapplisense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmad-masud%2Fapplisense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmad-masud%2Fapplisense/lists"}