{"id":19756977,"url":"https://github.com/prabal-verma/clouddrive","last_synced_at":"2025-11-23T12:04:30.010Z","repository":{"id":252661033,"uuid":"824195407","full_name":"Prabal-verma/CloudDrive","owner":"Prabal-verma","description":"CloudDrive is a modern cloud storage web application built with Next.js and TypeScript 💻. It features secure authentication via Clerk 🔒, a sleek and responsive UI with Shadcn 🎨, and scalable backend services powered by Convex 🚀. Store, access, and manage your files effortlessly in the cloud ☁️, anytime, anywhere 🌍!","archived":false,"fork":false,"pushed_at":"2024-07-09T16:04:16.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T22:41:44.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Prabal-verma.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":"2024-07-04T14:58:03.000Z","updated_at":"2024-08-11T14:07:35.000Z","dependencies_parsed_at":"2024-08-11T16:38:02.435Z","dependency_job_id":null,"html_url":"https://github.com/Prabal-verma/CloudDrive","commit_stats":null,"previous_names":["prabal-verma/clouddrive"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2FCloudDrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2FCloudDrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2FCloudDrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2FCloudDrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prabal-verma","download_url":"https://codeload.github.com/Prabal-verma/CloudDrive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241089016,"owners_count":19907674,"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":[],"created_at":"2024-11-12T03:17:39.134Z","updated_at":"2025-11-23T12:04:29.928Z","avatar_url":"https://github.com/Prabal-verma.png","language":"TypeScript","readme":"\n# CloudDrive\n\nCloudDrive is a cloud storage web application built using Next.js and TypeScript. It leverages Clerk for authentication, Shadcn for the UI framework, and Convex for backend services.\n\n![CloudDrive UI](path-to-your-image.png)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Running the App](#running-the-app)\n- [Project Structure](#project-structure)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nCloudDrive is a robust and user-friendly cloud storage solution designed to securely store and manage your files. With a sleek UI and powerful backend, it provides an intuitive and efficient user experience.\n\n## Features\n\n- **Secure Authentication**: Integrated with Clerk for secure user authentication.\n- **Responsive UI**: Built with Shadcn for a modern and responsive user interface.\n- **Scalable Backend**: Powered by Convex for efficient and scalable backend services.\n- **File Management**: Upload, download, and organize your files effortlessly.\n- **Real-time Updates**: Real-time syncing of files and data.\n\n## Tech Stack\n\n- **Framework**: Next.js\n- **Language**: TypeScript\n- **Authentication**: Clerk\n- **UI Framework**: Shadcn\n- **Backend Service**: Convex\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- Node.js\n- npm or yarn\n- Convex account\n- Clerk account\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/Prabal-verma/CloudDrive.git\n   cd clouddrive\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Set up environment variables:**\n\n   Create a `.env.local` file in the root of the project and add the following variables:\n\n   ```env\n   NEXT_PUBLIC_CLERK_FRONTEND_API=\u003cyour-clerk-frontend-api\u003e\n   CLERK_API_KEY=\u003cyour-clerk-api-key\u003e\n   CONVEX_URL=\u003cyour-convex-url\u003e\n   ```\n\n### Running the App\n\nStart the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nThe app will be available at `http://localhost:3000`.\n\n## Project Structure\n\n```plaintext\n.\n├── public\n│   └── images\n│       └── ui.png\n├── src\n│   ├── components\n│   ├── pages\n│   │   ├── api\n│   │   ├── _app.tsx\n│   │   └── index.tsx\n│   ├── styles\n│   ├── utils\n│   └── hooks\n├── .env.local\n├── next.config.js\n├── package.json\n├── tsconfig.json\n└── README.md\n```\n\n## Usage\n\n1. **Sign Up / Sign In**: Use Clerk for authentication.\n2. **Upload Files**: Upload files to your CloudDrive storage.\n3. **Manage Files**: Create folders, move files, and organize your storage.\n4. **Download Files**: Download files from your storage.\n\n## Contributing\n\nContributions are welcome! Please create a pull request or open an issue to discuss any changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabal-verma%2Fclouddrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprabal-verma%2Fclouddrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabal-verma%2Fclouddrive/lists"}