{"id":18374115,"url":"https://github.com/rubel011/node-express-todo","last_synced_at":"2026-04-09T12:08:37.088Z","repository":{"id":215100272,"uuid":"738075321","full_name":"Rubel011/node-express-todo","owner":"Rubel011","description":"Simplify your task management with the Todo Management System. Register, log in, and effortlessly organize your todos for enhanced productivity. A user-friendly interface and secure authentication make task management seamless.","archived":false,"fork":false,"pushed_at":"2024-01-03T03:53:56.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T03:02:35.472Z","etag":null,"topics":["authentication","bcrypt","express","jsonwebtoken","mongodb","mongoose","nodejs"],"latest_commit_sha":null,"homepage":"https://todo-management-alpha.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/Rubel011.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":"2024-01-02T11:08:26.000Z","updated_at":"2024-01-03T03:38:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"73fc3c02-15a0-4794-b3d1-04a37280eb49","html_url":"https://github.com/Rubel011/node-express-todo","commit_stats":null,"previous_names":["rubel011/node-express-todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rubel011/node-express-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubel011%2Fnode-express-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubel011%2Fnode-express-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubel011%2Fnode-express-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubel011%2Fnode-express-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rubel011","download_url":"https://codeload.github.com/Rubel011/node-express-todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubel011%2Fnode-express-todo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265742721,"owners_count":23820898,"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":["authentication","bcrypt","express","jsonwebtoken","mongodb","mongoose","nodejs"],"created_at":"2024-11-06T00:13:25.519Z","updated_at":"2025-12-30T21:42:04.431Z","avatar_url":"https://github.com/Rubel011.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Welcome to TaskFlow - Your Todo Management Oasis!\n\nEmbark on a journey of productivity with TaskFlow, your go-to destination for seamless todo management. Unlock the power to register, log in, and effortlessly conquer your to-do list. Elevate your productivity game, one task at a time!\n\n\n\u003c!-- ## API Documentation: for Swagger\n\nYou can explore the API documentation using Swagger UI. Access the documentation by navigating to:\n\n   http://3.84.245.69:8080/api-docs --\u003e\n\n## Functionality\n\nThe API includes the following functionality:\n- User Registration\n- User Login and Authentication\n- User details\n- Todo Management - create, update, delete\n\n## Backend Deployment\n\nThe backend of this project is deployed on AWS and can be accessed via the following link:\n\n[Backend Deployment Link](https://todo-management-alpha.vercel.app/)\n\n## Backend-Routes\n- **User Authentication**:\n  - `POST /user/register`: Register a new user.\n  - `POST /user/login`: Log in with a registered user.\n  - `GET /user/`: Get all user details (jwt protected) .\n  - `GET /user/{:id}`: Get all user details (jwt protected) .\n- **Todo Management**:\n  - `GET /todo/`: List of all todos (jwt protected).\n  - `GET /todo/{:id}`: Get a todo (jwt protected).\n  - `POST /todo/`: Add a new todo (jwt protected).\n  - `PUT /todo/`: Update todo details (jwt protected).\n  - `DELETE /todo/`: Delete a todo from the database (jwt protected).\n\n## Technologies Used\n\n- Node.js\n- Express.js\n- MongoDB\n- Mongoose\n- Bcrypt\n- JWT\n\n### Installation\n\n1. Clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/Rubel011/node-express-todo.git\n\n\n2. Navigate to the project directory:\n    ```bash\n    cd node-express-todo\n3. Install the project dependencies:\n    ```bash\n    npm install \n\n4. Create a .env file in the project root and configure the following environment variables:\n    ```markdown\n    PORT=8080\n    mongoUrl=database link\n    SALT_ROUNDS=15\n    ACCESS_TOKEN_SECRET=masai-school-web\n    REFRESH_TOKEN_SECRET=masai-school\n    ACCESS_TOKEN_EXPIRATION=1d\n    REFRESH_TOKEN_EXPIRATION=24d\n\n\n4. Start the server:\n    ```\n    npm run server\n    ```\n\n5. Access the backend API at http://localhost:PORT.\n\n\n\nFeel free to customize it further based on your project's specific details and requirements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubel011%2Fnode-express-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubel011%2Fnode-express-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubel011%2Fnode-express-todo/lists"}