{"id":27945162,"url":"https://github.com/atalek/ampeconvert","last_synced_at":"2025-05-07T12:56:14.161Z","repository":{"id":219850695,"uuid":"750049268","full_name":"atalek/ampeconvert","owner":"atalek","description":"ampeConvert - Image Converter","archived":false,"fork":false,"pushed_at":"2025-04-10T12:57:29.000Z","size":336,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T12:56:09.879Z","etag":null,"topics":["aws-s3","express","node","react","sharp","tailwindcss"],"latest_commit_sha":null,"homepage":"https://ampeconvert.atalek.com","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/atalek.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-01-29T22:14:32.000Z","updated_at":"2025-04-10T12:57:27.000Z","dependencies_parsed_at":"2024-04-09T19:45:11.194Z","dependency_job_id":"037ad57b-3e1b-4a4c-b628-0e7e9331c1ba","html_url":"https://github.com/atalek/ampeconvert","commit_stats":null,"previous_names":["amphei/ampeconvert","atalek/ampeconvert"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fampeconvert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fampeconvert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fampeconvert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fampeconvert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atalek","download_url":"https://codeload.github.com/atalek/ampeconvert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252883221,"owners_count":21819157,"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":["aws-s3","express","node","react","sharp","tailwindcss"],"created_at":"2025-05-07T12:56:13.595Z","updated_at":"2025-05-07T12:56:14.156Z","avatar_url":"https://github.com/atalek.png","language":"TypeScript","readme":"# ampeConvert - Image Converter\n\n![Landing page](https://res.cloudinary.com/dkofkuquf/image/upload/v1706538303/nuxtshop/xvn4cgbumnqtttp8gchh.png)\n\nampeConvert is an image processing project built with **React**, **Tailwind\nCSS**, **Express** , **sharp** , and **AWS S3**.\n\n## Features\n\n- **Resize and Format Change:** Easily resize and change the format of images.\n- **Preview:** Preview images after processing and uploading.\n- **Storage Options:** Choose between AWS S3 for cloud storage or save locally\n  in the uploads folder.\n\n## Technologies Used\n\n- **React:** A powerful framework for building modern web applications.\n- **Tailwind CSS:** A utility-first CSS framework for rapid design.\n- **Express:** A web application framework for Node.js.\n- **sharp** A high performance Node.js image processing package.\n- **AWS S3:** A cloud-based storage service for efficient image storage.\n\n![Example of converted images](https://res.cloudinary.com/dkofkuquf/image/upload/v1706537898/nuxtshop/sz0f9teexs7exxogbcgx.png)\n![Options for resizing](https://res.cloudinary.com/dkofkuquf/image/upload/v1706538685/nuxtshop/qf9wc26x4y16bhmtasxt.png)\n![Preview of a resized image](https://res.cloudinary.com/dkofkuquf/image/upload/v1706538044/nuxtshop/wifjh2v6jgqnsyrl2pjz.png)\n\n## Setup\n\n1. **Clone the repository.**\n\n   ```bash\n   git clone https://github.com/atalek/ampeconvert.git\n\n   ```\n\n2. **Install `concurrently` in the base of the project first and then navigate\n   install dependencies in both frontend and backend folders**\n\n   ```bash\n   npm install\n\n   cd frontend\n   npm install\n\n   cd backend\n   npm install\n   ```\n\n3. **Configure environment variables in backend.**\n\n- Create a `.env` file in the root of the project or remove the example from the\n  provided `.env.example` file.\n- Add the necessary environment variables for AWS S3.\n- If you prefer not to use AWS S3 for uploads and instead you want to save\n  images locally in the `uploads` folder just rename `saveLocally.js` to\n  `app.js` or update the start script in the `package.json` file in the base of\n  the project to start `saveLocally.js`\n\n  ```env\n  # AWS S3 Configuration\n  AWS_PK=your aws public key\n  AWS_SK=your aws secret key\n\n  BUCKET_URL=your bucket url\n  BUCKET_NAME=your bucket name\n\n  DOMAIN=domain of your choice or default http://localhost:5173\n  PORT=port of your choice or default 3000\n  ```\n\n4. **In the base of the project, you can run both the frontend and backend\n   simultaneously using the provided script:**\n\n   ```bash\n   npm run start\n\n   ```\n\n   This script uses `concurrently` to start both the frontend and backend.\n\n5. **Open your browser and visit http://localhost:5173 to view the image\n   converter.**\n\n## Live Version\n\n[https://ampeconvert.atalek.app](https://ampeconvert.atalek.com)\n\n## Author\n\nGithub [@atalek](https://github.com/atalek) \u003cbr\u003e Linkedin:\n[@Aleksandar Atanasovski](https://www.linkedin.com/in/aleksandar-atanasovski-16b123263/)\n\u003cbr\u003e Portfolio: [https://www.atalek.com/](https://www.atalek.com/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatalek%2Fampeconvert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatalek%2Fampeconvert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatalek%2Fampeconvert/lists"}