{"id":26235684,"url":"https://github.com/dxtaner/nodejs-taskmanager","last_synced_at":"2026-04-09T16:03:25.370Z","repository":{"id":227083898,"uuid":"770411750","full_name":"dxtaner/nodejs-taskmanager","owner":"dxtaner","description":"nodejs-taskmanager","archived":false,"fork":false,"pushed_at":"2024-03-20T14:45:43.000Z","size":48,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-20T16:02:11.146Z","etag":null,"topics":["bcryptjs","express","jsonwebtoken","mongoose","multer","sendgrid-mail","sharp","validator"],"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/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}},"created_at":"2024-03-11T14:04:11.000Z","updated_at":"2024-03-13T20:23:36.000Z","dependencies_parsed_at":"2024-03-20T16:07:12.634Z","dependency_job_id":null,"html_url":"https://github.com/dxtaner/nodejs-taskmanager","commit_stats":null,"previous_names":["dxtaner/nodejs-taskmanager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fnodejs-taskmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fnodejs-taskmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fnodejs-taskmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fnodejs-taskmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxtaner","download_url":"https://codeload.github.com/dxtaner/nodejs-taskmanager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243330318,"owners_count":20274039,"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","express","jsonwebtoken","mongoose","multer","sendgrid-mail","sharp","validator"],"created_at":"2025-03-13T03:17:21.261Z","updated_at":"2025-12-28T16:31:15.083Z","avatar_url":"https://github.com/dxtaner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Task Manager App\n\nThis Node.js application serves as a task manager. It allows users to register, log in, create tasks, and manage them effectively.\n\n## Features\n\n- User Authentication: Users can register and log in to the application.\n- Task Management: Users can create, update, delete, and view tasks.\n- Secure: Authentication is done securely using bcrypt for password hashing.\n- MongoDB: Uses MongoDB for database storage.\n- Express.js: Built with Express.js for handling HTTP requests.\n\n## Installation\n\n1. Clone this repository:\n\n    ```bash\n    git clone https://github.com/dxtaner/nodejs-taskmanager\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd nodejs-task-manager-app\n    ```\n\n3. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n\n4. Set up environment variables:\n\n    - Create a `.env` file in the root directory.\n    - Define `PORT` and `MONGODB_URL` variables.\n\n5. Run the application:\n\n    ```bash\n    npm start\n    ```\n\n6. Access the application in your browser at `http://localhost:3000`.\n\n## API Endpoints\n\n- User API:\n    - `POST /users`: Register a new user.\n    - `POST /users/login`: Login with existing user credentials.\n    - `POST /users/logout`: Logout the user.\n    - `GET /users/me`: Get user profile.\n    - `PATCH /users/me`: Update user profile.\n    - `DELETE /users/me`: Delete user profile.\n\n- Task API:\n    - `POST /tasks`: Create a new task.\n    - `GET /tasks`: Get all tasks.\n    - `GET /tasks/:id`: Get task by ID.\n    - `PATCH /tasks/:id`: Update task.\n    - `DELETE /tasks/:id`: Delete task.\n\n## Technologies Used\n\n- Node.js\n- Express.js\n- MongoDB\n- Mongoose\n- bcrypt\n- JSON Web Tokens (JWT)\n\n## Contributing\n\nContributions are welcome! Please feel free to open issues and submit pull requests.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fnodejs-taskmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxtaner%2Fnodejs-taskmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fnodejs-taskmanager/lists"}