{"id":23272415,"url":"https://github.com/letsdeepchat/backend-journey","last_synced_at":"2026-02-14T03:39:54.179Z","repository":{"id":242530449,"uuid":"778188078","full_name":"letsdeepchat/backend-journey","owner":"letsdeepchat","description":"A backend project resembling YouTube and Twitter, built with Node.js, Express.js, and MongoDB. Features user management, profile customization, watch history, and secure password encryption.","archived":false,"fork":false,"pushed_at":"2024-10-06T07:45:41.000Z","size":690,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T04:28:50.484Z","etag":null,"topics":["aggregation-pipleline","deepak-chaudhari","deepak14ri","jwt-authentication","mongodb","nodejs","nodejs-backend-applications","rest-api","twitter","youtube"],"latest_commit_sha":null,"homepage":"https://github.com/deepak14ri/backend-journey","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/letsdeepchat.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}},"created_at":"2024-03-27T08:49:20.000Z","updated_at":"2024-10-06T07:45:44.000Z","dependencies_parsed_at":"2024-12-09T07:48:31.091Z","dependency_job_id":null,"html_url":"https://github.com/letsdeepchat/backend-journey","commit_stats":null,"previous_names":["deepak14ri/backend-journey","letsdeepchat/backend-journey"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/letsdeepchat/backend-journey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2Fbackend-journey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2Fbackend-journey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2Fbackend-journey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2Fbackend-journey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letsdeepchat","download_url":"https://codeload.github.com/letsdeepchat/backend-journey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2Fbackend-journey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29434664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T03:34:37.767Z","status":"ssl_error","status_checked_at":"2026-02-14T03:34:09.092Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["aggregation-pipleline","deepak-chaudhari","deepak14ri","jwt-authentication","mongodb","nodejs","nodejs-backend-applications","rest-api","twitter","youtube"],"created_at":"2024-12-19T19:15:28.177Z","updated_at":"2026-02-14T03:39:54.162Z","avatar_url":"https://github.com/letsdeepchat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube + Twitter Backend Journey Project\n\nThis project aims to build a backend system similar to YouTube and Twitter, encompassing various functionalities found in both applications. The backend is developed using Node.js with Express.js framework and utilizes MongoDB for data storage. Key features include user management, profile management, watch history tracking, password encryption, and integration with Cloudinary for media storage. JWT is used for authentication, Bcrypt for password encryption, and Multer for handling file uploads.\n\n## Features\n\n- **User Management:** Includes registration, login, logout, and profile update functionalities.\n- **Profile Management:** Users can manage their profiles, including editing personal information and uploading profile pictures.\n- **Watch History Tracking:** Tracks users' watch history to provide personalized recommendations.\n- **Password Encryption:** Utilizes Bcrypt to securely hash passwords before storing them in the database.\n\n## Technologies Used\n\nThe project employs:\n\n- **Node.js:** JavaScript runtime for server-side development.\n- **Express.js:** Web application framework for Node.js used for building APIs.\n- **MongoDB:** NoSQL database for storing user data and other application-related information.\n- **Cloudinary:** Cloud-based media management platform for storing and serving images and videos.\n- **JWT (JSON Web Tokens):** Used for user authentication and authorization.\n- **Bcrypt:** Library for password hashing to enhance security.\n- **Multer:** Middleware for handling file uploads in Node.js applications.\n\n## Screenshots\n\nScreenshots of Postman requests demonstrating API endpoints and functionality will be provided in the repository's screenshots directory.\n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\n=======\n- **Request:**\n\u003cimg width=\"940\" alt=\"image\" src=\"https://github.com/deepak14ri/backend-journey/assets/49471265/3308511b-6e18-48f3-80e8-53af6c56eda3\"\u003e\n\n- **Response:**\n   \u003cimg width=\"950\" alt=\"image\" src=\"https://github.com/deepak14ri/backend-journey/assets/49471265/b6a9a41c-597b-4724-bd69-d59309f1abac\"\u003e\n\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e 9a23dd678586b000cb4738939b9a09c28128f69b\n## Setup Instructions\n\n1. Clone the repository to your local machine.\n2. Install dependencies using `npm install`.\n3. Set up environment variables such as database connection details, Cloudinary API key, JWT secret, etc.\n4. Run the application using `npm start`.\n5. Access API endpoints using a tool like Postman for testing and integration.\n\n## Contribution\n\nContributions are welcome! Feel free to submit issues or pull requests to improve the project.\n\n## License\n\nThis project is licensed under the MIT License.\n\n*Note: This README provides an overview of the project. Detailed documentation and setup instructions can be found in the project repository.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsdeepchat%2Fbackend-journey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletsdeepchat%2Fbackend-journey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsdeepchat%2Fbackend-journey/lists"}