{"id":24543999,"url":"https://github.com/shivam-goswami5123/waveplay-backendcode","last_synced_at":"2026-04-09T17:03:56.431Z","repository":{"id":243560644,"uuid":"778151313","full_name":"shivam-goswami5123/WavePlay-BackendCode","owner":"shivam-goswami5123","description":"WavePlay - This is a full-fledged backend project (no frontend), rigorously tested on Postman for seamless operation, adhering to industry standards and best practices.","archived":false,"fork":false,"pushed_at":"2025-01-13T17:57:13.000Z","size":471,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T20:15:42.513Z","etag":null,"topics":["appwrite","express","mongodb","nodejs","postman"],"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/shivam-goswami5123.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-27T07:13:35.000Z","updated_at":"2025-01-13T17:58:33.000Z","dependencies_parsed_at":"2025-01-13T18:43:18.941Z","dependency_job_id":"10748e3c-60c8-4864-9989-51e7ddbb577d","html_url":"https://github.com/shivam-goswami5123/WavePlay-BackendCode","commit_stats":null,"previous_names":["shivam-goswami5123/videotube-backendcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam-goswami5123%2FWavePlay-BackendCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam-goswami5123%2FWavePlay-BackendCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam-goswami5123%2FWavePlay-BackendCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam-goswami5123%2FWavePlay-BackendCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivam-goswami5123","download_url":"https://codeload.github.com/shivam-goswami5123/WavePlay-BackendCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841224,"owners_count":20356446,"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":["appwrite","express","mongodb","nodejs","postman"],"created_at":"2025-01-22T20:15:46.447Z","updated_at":"2025-12-30T19:32:12.326Z","avatar_url":"https://github.com/shivam-goswami5123.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌊 WavePlay: Video Hosting Backend Project 🎥\n\n## 🛠️ Introduction\n\n◦ This is a full-fledged backend project (no frontend), rigorously tested on Postman for seamless operation, adhering to industry standards and best practices. ✅\n\n◦ Developed a robust video hosting backend using **Node.js**, **Express.js**, **MongoDB**, **Mongoose**, **JWT**, and **bcrypt**. \n\n◦ Implemented standard security practices, including **JWT**, **bcrypt**, access tokens, and refresh tokens for user authentication and authorization. 🔒\n\n---\n\n## 📊 Model Diagram\n\n![WavePlay Model](public/assets/diagram-export-28-06-2024-19_04_10.png)\n\n---\n\n## 🚀 Features\n\n- 👤 **User**: Authentication, Update Details, Tokens, Password Encryption, Watch History, User Profile\n- 📊 **Dashboard**\n- 📹 **Video**: Upload, Get, Delete, Update, Publish Status\n- 👍 **Like/Dislike Videos**\n- 💬 **Comment**\n- 🔔 **Subscription and Unsubscription**\n- 🎵 **Playlist**: Create, Delete, Add Video, Remove Video\n- 🐦 **Tweet**: Common page to show all user's tweets\n\n---\n\n## 🧪 Instructions for Testing with Postman\n\nFollow the steps below to fork a copy of the project collection from Postman and test all API routes.\n\n### ⚙️ Prerequisites\n\n- Ensure you have [Postman](https://www.postman.com/downloads/) installed on your machine. 💻\n- Access to the project Postman collection link is required.\n\n---\n\n### 📂 Steps to Fork and Test API Routes\n\n#### 1️⃣ Fork the Postman Collection\n\n1. **Open Postman**: Launch the Postman application.\n2. **Navigate to the Collection Link**: Open the shared Postman collection [link](https://elements.getpostman.com/redirect?entityId=31853383-989137d4-7b56-487f-83ed-9e0ced232422\u0026entityType=collection) in your browser. 🌐\n3. **Fork the Collection**:\n   - Click on the **Fork** button in the Postman interface.\n   - Select your workspace where you want to fork this collection.\n   - Click **Fork Collection**. 📂\n\n#### 2️⃣ Set Up Environment Variables\n\n1. **Navigate to the Environment**:\n   - In Postman, go to the **Environments** tab on the left sidebar. \n   - Create a new environment or select an existing one.\n2. **Add Environment Variables**:\n   - Add the necessary environment variables required by your API (e.g., `server`).\n   - Replace placeholder values with actual values relevant to your setup. ⚙️\n\n#### 3️⃣ Import Environment File (Optional)\n\nIf the project provides an environment file, you can import it directly:\n\n1. **Import Environment**:\n   - Click on the **Import** button in the Postman interface.\n   - Select the provided environment file (e.g., `environment.json`).\n   - Click **Import**.\n\n#### 4️⃣ Test API Routes\n\n1. **Navigate to the Forked Collection**:\n   - In the Postman sidebar, go to **Collections**.\n   - Find the forked collection and expand it to see all the routes. 📜\n2. **Run Requests**:\n   - Click on any request to open it.\n   - Ensure the correct environment is selected in the top-right corner.\n   - Click **Send** to execute the request.\n   - Check the response and validate it against the expected output. ✅\n\n#### 5️⃣ Run Collection Runner (Optional)\n\nTo test all routes at once:\n\n1. **Open Collection Runner**:\n   - Click on the **Runner** button in the Postman interface. 🏃\n2. **Select Collection**:\n   - Choose the forked collection you want to run.\n3. **Select Environment**:\n   - Choose the appropriate environment from the dropdown.\n4. **Run Collection**:\n   - Click **Start Run** to execute all requests in the collection.\n   - Review the results and ensure all tests pass. ✔️\n\n#### 6️⃣ Update Forked Collection (Optional)\n\nIf there are updates to the original collection:\n\n1. **Navigate to the Original Collection**:\n   - Go to the original collection link provided. 🔗\n2. **Merge Changes**:\n   - Compare the forked collection with the original.\n   - Merge changes if necessary to keep your forked collection updated.\n\n---\n\n## 🛠️ Troubleshooting\n\n- If you encounter issues with environment variables, double-check that all necessary variables are defined and correctly assigned. 🔧\n- For authentication errors, ensure your API keys or tokens are valid and not expired. 🔑\n\n---\n\nBy following these steps, you can successfully fork the project collection from Postman and test all routes to ensure everything works as expected. 🚀\n\nHappy testing! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam-goswami5123%2Fwaveplay-backendcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivam-goswami5123%2Fwaveplay-backendcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam-goswami5123%2Fwaveplay-backendcode/lists"}