{"id":39084134,"url":"https://github.com/aditya-2k23/store-it","last_synced_at":"2026-01-17T18:34:55.353Z","repository":{"id":269467803,"uuid":"907502182","full_name":"aditya-2k23/store-it","owner":"aditya-2k23","description":"A storage management and file sharing platform that lets users effortlessly upload, organize, and share files.","archived":false,"fork":false,"pushed_at":"2025-12-04T17:46:40.000Z","size":988,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-08T01:40:45.148Z","etag":null,"topics":["appwrite","authentication","file-management-system","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://store-it-aditya-2k23s-projects.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/aditya-2k23.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-23T18:18:19.000Z","updated_at":"2025-12-04T17:46:37.000Z","dependencies_parsed_at":"2025-03-22T19:30:15.300Z","dependency_job_id":null,"html_url":"https://github.com/aditya-2k23/store-it","commit_stats":null,"previous_names":["aditya-2k23/store-it"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aditya-2k23/store-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-2k23%2Fstore-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-2k23%2Fstore-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-2k23%2Fstore-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-2k23%2Fstore-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aditya-2k23","download_url":"https://codeload.github.com/aditya-2k23/store-it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-2k23%2Fstore-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:28:00.501Z","status":"ssl_error","status_checked_at":"2026-01-17T18:28:00.150Z","response_time":85,"last_error":"SSL_read: 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":["appwrite","authentication","file-management-system","tailwindcss","typescript"],"created_at":"2026-01-17T18:34:55.273Z","updated_at":"2026-01-17T18:34:55.340Z","avatar_url":"https://github.com/aditya-2k23.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StoreIt - A simple file storage system\n\nA storage management and file-sharing platform that lets users effortlessly upload, organize, and share files. Built with Next.js, Appwrite, and Tailwind CSS.\n\nSee the app live at [store-it-aditya-2k23s-projects.vercel.app](https://store-it-aditya-2k23s-projects.vercel.app/).\n\n## Table of Contents\n\n- [Tech Stack](#tech-stack)\n- [Features](#features)\n- [Installation (Quick Start)](#installation-quick-start)\n\n## Tech Stack\n\n- **React 19**\n- **Next.js 15**\n- **Appwrite**\n- **Tailwind CSS**\n- **ShadCN**\n- **TypeScript**\n- **Vercel**\n\n## Features\n\n- **User Authentication with Appwrite**: Users can sign up and log in to their accounts using the App Write authentication system.\n- **File Uploads**: Users can effortlessly upload various file types to their accounts.\n- **View and Manage Files**: Users can view and manage their files in a clean and organized manner, with the ability to view on a new tab, and rename or delete files.\n- **Download Files**: Users can download the uploaded files to their local machine.\n- **Share Files**: Users can share files with others by specifying their email address, enabling collaboration and easy access to important content.\n- **Dashboard**: Users can view their storage usage, recent uploads, and a summary of files grouped by type.\n- **Global Search**: Users can quickly find files and share content across their accounts.\n- **Sorting Options**: Organize files efficiently by sorting them by name, size, and date.\n- **Modern Responsive Design**: A clean and modern UI that works seamlessly across all devices.\n\n## Installation (Quick Start)\n\nFollow these steps to run the project locally:\n\n**Prerequisites**:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/)\n- [npm](https://www.npmjs.com/)\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/aditya-2k23/store-it.git\ncd store-it\n```\n\n2. **Install dependencies**\n\n```bash\nnpm install\n```\n\n3. **Set Up Environment Variables**\n\nCreate a `.env.local` file in the root directory and add the following environment variables:\n\n```bash\nNEXT_PUBLIC_APPWRITE_ENDPOINT=\"https://cloud.appwrite.io/v1\"\nNEXT_PUBLIC_APPWRITE_PROJECT=\"\"\nNEXT_PUBLIC_APPWRITE_DATABASE=\"\"\nNEXT_PUBLIC_APPWRITE_USERS_COLLECTION=\"\"\nNEXT_PUBLIC_APPWRITE_FILES_COLLECTION=\"\"\nNEXT_PUBLIC_APPWRITE_BUCKET=\"\"\nNEXT_APPWRITE_KEY=\"\"\n```\n\nReplace the values with your actual Appwrite credentials, you can sign up for a free account at [Appwrite](https://appwrite.io/) and create a new project.\n\n4. **Running the project**\n\n```bash\nnpm run dev\n```\n\nThe project will be available at `http://localhost:3000`.\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request for any changes.\n\n## With the guidance of JavaScript Mastery\n\nThis project was built with the help of [JavaScript Mastery](https://www.youtube.com/@javascriptmastery) YouTube channel. Check out the [video tutorial](https://www.youtube.com/watch?v=lie0cr3wESQ) to build this project from scratch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya-2k23%2Fstore-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya-2k23%2Fstore-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya-2k23%2Fstore-it/lists"}