{"id":22302899,"url":"https://github.com/rupesh-dev30/store-karle","last_synced_at":"2025-10-14T00:30:41.862Z","repository":{"id":264353065,"uuid":"886289328","full_name":"rupesh-dev30/Store-Karle","owner":"rupesh-dev30","description":"Store-Karle is like a google drive, here you can store anything on cloud upto 2GB","archived":false,"fork":false,"pushed_at":"2025-02-18T02:48:33.000Z","size":521,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T20:12:32.251Z","etag":null,"topics":["appwrite","nextjs","reactjs","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://store-management-six.vercel.app/","language":"TypeScript","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/rupesh-dev30.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-11-10T17:20:25.000Z","updated_at":"2025-02-18T02:48:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddece524-c29a-436e-a7d2-b1aff71e468f","html_url":"https://github.com/rupesh-dev30/Store-Karle","commit_stats":null,"previous_names":["rupesh-dev30/store-karle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rupesh-dev30/Store-Karle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupesh-dev30%2FStore-Karle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupesh-dev30%2FStore-Karle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupesh-dev30%2FStore-Karle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupesh-dev30%2FStore-Karle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupesh-dev30","download_url":"https://codeload.github.com/rupesh-dev30/Store-Karle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupesh-dev30%2FStore-Karle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017353,"owners_count":26086052,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["appwrite","nextjs","reactjs","shadcn-ui","tailwindcss"],"created_at":"2024-12-03T18:41:54.585Z","updated_at":"2025-10-14T00:30:41.856Z","avatar_url":"https://github.com/rupesh-dev30.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 STORE KARLE  \n\n**STORE KARLE** is a **cloud storage application** that allows users to store files online, similar to **Google Drive**, with a **2GB storage limit**.  \n\nBuilt using **Next.js**, **Tailwind CSS**, and **ShadCN**, it leverages **Appwrite** for backend services, authentication, and file storage.  \n\n---\n\n## ✨ Features  \n\n✅ **Upload \u0026 store files up to 2GB**  \n✅ **Secure authentication using Appwrite**  \n✅ **Modern, responsive UI with Tailwind CSS**  \n✅ **Seamless cloud storage across devices**  \n\n---\n\n## 🛠 Tech Stack  \n\n- **Frontend:** Next.js, Tailwind CSS, ShadCN  \n- **Backend \u0026 Storage:** Appwrite  \n- **Database:** Appwrite  \n- **Authentication:** Appwrite Auth (Email \u0026 OTP)  \n\n---\n\n## ⚙️ Getting Started  \n\nTo set up the project locally, follow these steps:  \n\n### 🔹 1. Fork \u0026 Clone the Repository  \n\n- **Fork** this repository to your GitHub account.  \n- **Clone** the forked repository:  \n\n```bash\ngit clone https://github.com/yourusername/store-karle.git\ncd store-karle\n```\n\n---\n\n### 🔹 2. Install Dependencies  \n\n```bash\nnpm install\n# or\nnpm i\n```\n\n---\n\n### 🔹 3. Set Up Appwrite  \n\n**1️⃣ Create an Appwrite Project**  \n- Go to [Appwrite Console](https://cloud.appwrite.io), sign up, and create a new project.  \n\n**2️⃣ Configure Cloud Storage**  \n- Enable and configure the storage feature in Appwrite.  \n\n**3️⃣ Set Up Authentication**  \n- Enable **Email \u0026 OTP authentication** in the Appwrite console.  \n\n**4️⃣ Get Your Appwrite Credentials**  \n- Copy your **Project ID, API Key, Database ID**, and other credentials from the Appwrite console.  \n\n---\n\n### 🔹 4. Configure Environment Variables  \n\n- Create a `.env.local` file at the root of your project and add:  \n\n```ini\nNEXT_PUBLIC_APPWRITE_ENDPOINT=\"https://cloud.appwrite.io/v1\"\nNEXT_PUBLIC_APPWRITE_PROJECT=\u003cYOUR_PROJECT_ID\u003e\nNEXT_PUBLIC_APPWRITE_DATABASE=\u003cYOUR_DATABASE_ID\u003e\nNEXT_PUBLIC_APPWRITE_USERS_COLLECTION=\u003cYOUR_USER_COLLECTION_ID\u003e\nNEXT_PUBLIC_APPWRITE_FILES_COLLECTION=\u003cYOUR_FILES_COLLECTION_ID\u003e\nNEXT_PUBLIC_APPWRITE_BUCKET=\u003cYOUR_BUCKET_ID\u003e\nNEXT_APPWRITE_SECRET=\u003cYOUR_SECRET_KEY\u003e\n```\n\n📌 **Make sure to replace the placeholder values with actual credentials from your Appwrite console.**  \n\n---\n\n### 🔹 5. Run the Development Server  \n\n```bash\nnpm run dev\n```\n\n📌 Open **http://localhost:3000** to see your app running!  \n\n---\n\n## 🤝 Contributing  \n\nWant to contribute? Follow these steps:  \n\n1️⃣ **Fork** the repository.  \n2️⃣ **Create a new branch**:  \n\n```bash\ngit checkout -b feature-name\n```\n\n3️⃣ **Make your changes \u0026 commit**:  \n\n```bash\ngit commit -am \"Add new feature\"\n```\n\n4️⃣ **Push to GitHub**:  \n\n```bash\ngit push origin feature-name\n```\n\n5️⃣ **Create a Pull Request (PR)**.  \n\n---\n\n### 📝 Credits  \n\n📌 **Initial updates of this project are inspired by JS Mastery.**  \n**All credits go to them.** 🙌  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupesh-dev30%2Fstore-karle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupesh-dev30%2Fstore-karle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupesh-dev30%2Fstore-karle/lists"}