Skip to content

stefanoHTB/bulkyOps

Repository files navigation

Shopify Bulk Operations App

Screenshot 2024-01-30 at 8 26 12 PM

Welcome to the Shopify Bulk Operations App, an open-source project designed to streamline data import and export using the Shopify API.

Features

Import Data from Shopify API

Utilize the Bulk Operations endpoint to efficiently import data into your Shopify store. Seamlessly handle large datasets with parallel processing for improved performance. Export Data from Shopify API

Export store data using the Bulk Operations API to retrieve information in a structured manner. Customize and filter exported data based on your specific requirements.

Technologies Used

Remix React JavaScript

Getting Started

Clone the Repository

Copy code git clone 'repo link' cd 'to-project'

Install Dependencies npm install

Environment Variables Create a .env file based on the provided .env.example. Add your Shopify API credentials. Start the App

bash Copy code npm run dev Open in Browser Visit http://localhost:3000 to view the app.

Contributing

We welcome contributions from the community to enhance and improve the Shopify Bulk Operations App. To contribute:

Fork the repository.

Create a new branch for your feature or bug fix: git checkout -b feature-name. Make your changes and commit: git commit -m "Description of your changes". Push to your fork: git push origin feature-name. Submit a pull request. Please follow our Contribution Guidelines for more details.

Issues

If you encounter any issues or have suggestions, please open an issue.