{"id":26863909,"url":"https://github.com/adityasinghvats/sankuchit","last_synced_at":"2025-03-31T03:33:10.429Z","repository":{"id":284714432,"uuid":"955813190","full_name":"Adityasinghvats/sankuchit","owner":"Adityasinghvats","description":"frontend repo for golang resizer server","archived":false,"fork":false,"pushed_at":"2025-03-28T08:33:34.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T09:34:33.013Z","etag":null,"topics":["golang","htmlforms","restapi"],"latest_commit_sha":null,"homepage":"https://adityasinghvats.github.io/sankuchit/","language":"HTML","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/Adityasinghvats.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":"2025-03-27T08:36:43.000Z","updated_at":"2025-03-28T08:43:28.000Z","dependencies_parsed_at":"2025-03-28T09:34:33.577Z","dependency_job_id":null,"html_url":"https://github.com/Adityasinghvats/sankuchit","commit_stats":null,"previous_names":["adityasinghvats/sankuchit-frontend","adityasinghvats/sankuchit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fsankuchit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fsankuchit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fsankuchit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fsankuchit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adityasinghvats","download_url":"https://codeload.github.com/Adityasinghvats/sankuchit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413363,"owners_count":20773052,"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":["golang","htmlforms","restapi"],"created_at":"2025-03-31T03:33:09.765Z","updated_at":"2025-03-31T03:33:10.424Z","avatar_url":"https://github.com/Adityasinghvats.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sankuchit - Open Source Image Resizer \u0026 Refactor Service\n\n![Screenshot 2025-03-28 010144](https://github.com/user-attachments/assets/1c5536cf-fc9c-4200-a713-0e85b32254cc)\n\nSankuchit is a free, fast, and secure image resizing and optimization service built with Golang. It allows users to resize, optimize, and convert images seamlessly through a web interface or API.\n\n## 🚀 Features\n\n- 🌟 **High-Quality Resizing** - Resize images while maintaining the best quality.\n- ⚡ **Lightning Fast** - Optimized Golang backend ensures fast image processing.\n- 🔄 **Multiple Formats** - Supports PNG, JPEG, and WebP conversions.\n- 🔒 **Privacy Focused** - No data is stored after processing.\n- 📡 **REST API Available** - Use the API to integrate with your applications.\n- 🌍 **Cloud Hosted** - Works anywhere, anytime.\n\n## 📸 Live Demo\n\nTry it out: [Sankuchit Live](https://adityasinghvats.github.io/sankuchit/)\n\n## 🛠 Installation\n\n### Prerequisites\n\n- Go 1.20+\n- Docker (optional for containerized deployment)\n\n### Backend yaha milega\n- [Backend ka code repo](https://github.com/Adityasinghvats/sankuchit-backend)\n\n### Clone the Repository\n\n```sh\ngit clone https://github.com/yourusername/sankuchit.git\ncd sankuchit\n```\n\n### Install Dependencies\n\n```sh\ngo mod tidy\n```\n\n### Run the Server\n\n```sh\ngo run main.go\n```\n\n### Run with Docker\n\n```sh\ndocker build -t sankuchit .\ndocker run -p 8080:8080 sankuchit\n```\n\n## 📡 API Usage\n\nSankuchit provides a simple REST API for image resizing.\n\n### Resize an Image\n\n**Endpoint:** `POST /resize`\n\n#### Request Example:\n```sh\ncurl -X POST \"https://your-api-url.com/resize\" \\\n     -F \"image=@sample.jpg\" \\\n     -F \"width=500\" \\\n     -F \"height=700\" \\\n     -F \"quality=95\" \\\n     -F \"format=png\"\n```\n\n#### Response Example:\n```json\n{\n    \"file\": \"resized_jpeg.jpeg/resized_png.png\"\n}\n```\n\n## 🏗️ Contributing\n\nWe welcome contributions! Feel free to fork the repo and submit a pull request.\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature-name`\n3. Commit your changes: `git commit -m 'Add new feature'`\n4. Push to the branch: `git push origin feature-name`\n5. Open a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 💬 Support\n\nFor any issues or feature requests, please open an issue on GitHub or contact us at [adityakumarbgs6@gmail.com](mailto:adityakumarbgs6@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasinghvats%2Fsankuchit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityasinghvats%2Fsankuchit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasinghvats%2Fsankuchit/lists"}