{"id":24011905,"url":"https://github.com/sleepyminer/imageserver","last_synced_at":"2026-04-30T08:32:15.938Z","repository":{"id":271432709,"uuid":"909724987","full_name":"SleepyMiner/ImageServer","owner":"SleepyMiner","description":"PhotoCloud  - A image server to host and upload images.","archived":false,"fork":false,"pushed_at":"2025-01-10T08:36:58.000Z","size":16998,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T14:51:28.549Z","etag":null,"topics":["bun","pocketbase","sveltekit","typescript"],"latest_commit_sha":null,"homepage":"https://sleepyminer.github.io/ImageServer/","language":"Svelte","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/SleepyMiner.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-12-29T15:44:42.000Z","updated_at":"2025-01-10T08:37:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9f62b94-cd89-4a92-9b8d-7818bb80d701","html_url":"https://github.com/SleepyMiner/ImageServer","commit_stats":null,"previous_names":["sleepyminer/imageserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SleepyMiner/ImageServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleepyMiner%2FImageServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleepyMiner%2FImageServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleepyMiner%2FImageServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleepyMiner%2FImageServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SleepyMiner","download_url":"https://codeload.github.com/SleepyMiner/ImageServer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleepyMiner%2FImageServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278245369,"owners_count":25955013,"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-03T02:00:06.070Z","response_time":53,"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":["bun","pocketbase","sveltekit","typescript"],"created_at":"2025-01-08T05:42:41.138Z","updated_at":"2025-10-03T23:42:19.748Z","avatar_url":"https://github.com/SleepyMiner.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhotoCloud\n\nPhotoCloud is a modern, lightweight application built using **SvelteKit** and **PocketBase**. It allows users to upload, manage, and search for images. Users can also update their profiles, view their uploaded images, and manage their account with ease.\n\n## Features\n\n- **User Authentication**\n\n  - Register and log in with a secure and seamless flow.\n  - Update profile information.\n\n- **Image Management**\n\n  - Upload images to the platform.\n  - View your uploaded images in a user-friendly interface.\n  - Search for images based on various filters or keywords.\n  - Update and delete your uploaded images.\n\n- **Search Capabilities**\n  - Find images using keywords and filters to locate your favorite content quickly.\n- **Modern UI**\n  - Clean and responsive design with **TailwindCSS** and **DaisyUI** component library.\n\n## TODO\n- Add update \u0026 delete feature to already uploaded images to their respective users.\n- Add feature to favourite images.\n- Add forget password function.\n\n## Tech Stack\n\n- **SvelteKit**: The framework used for building the frontend with modern, reactive components.\n- **PocketBase**: A lightweight backend database solution for handling authentication, data storage, and real-time updates.\n- **TailwindCSS**: A utility-first CSS framework for building fast and responsive designs.\n- **DaisyUI**: A TailwindCSS-based component library for pre-designed and customizable UI components.\n\n## Installation\n\nTo set up PhotoCloud on your local machine, follow these steps:\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- [Bun](https://bun.sh/)\n- [Pocketbase - Windows](https://github.com/pocketbase/pocketbase/releases/download/v0.24.1/pocketbase_0.24.1_windows_amd64.zip)\n- [Pocketbase - Linux \u0026 Mac](https://github.com/pocketbase/pocketbase/releases/download/v0.24.1/pocketbase_0.24.1_linux_amd64.zip)\n- #### For Makefile : [MinGW](https://www.mingw-w64.org/downloads/#winlibscom)\n\n### Steps\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/SleepyMiner/ImageServer.git\n   cd ImageServer\n   bun install\n   ```\n2. Start the Pocketbase Server (Backend):\n   1. Make a new folder in the ImageServer directory named **pb** ***(Keep the folder name same as this)***\n   2. Extract the downloaded zip file\n   3. Paste the contents in the pb folder\n   4. Run the following command after\n   ```bash\n   make server\n   ```\n   \u003e The Server will start at port - 8090.\n   \u003e \u003e The Credentials for Admin Dashboard are - \\\n   \u003e \u003e **Username** - test@example.com \\\n   \u003e \u003e **Password** - 1234567890\n4. Start the UI (Frontend):\n   ```bash\n   bun dev\n   ```\n   \u003e The Svelte application will start at port - 5173\n\n### Contribution Guidelines\n\n#### We welcome contributions! To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature/bugfix.\n3. Submit a pull request with a clear description of the changes.\n\n### License\n\nThis project is licensed under the MIT License.\n\n### Acknowledgments\n\n- [SvelteKit Documentation](https://svelte.dev/docs/kit/introduction)\n- [PocketBase Documentation](https://pocketbase.io/docs/)\n- [TailwindCSS Documentation](https://tailwindcss.com/docs/)\n- [DaisyUI Documentation](https://daisyui.com/docs/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsleepyminer%2Fimageserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsleepyminer%2Fimageserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsleepyminer%2Fimageserver/lists"}