Feat: Create Ivy Example for NuGet ShopifySharp#75
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR creates a new Ivy web application demo showcasing integration with ShopifySharp NuGet package to display Shopify store products in a responsive card-based layout.
- Creates a complete Ivy application structure with proper project configuration
- Implements a ProductsApp that fetches and displays Shopify products using ShopifySharp library
- Sets up environment variable configuration for Shopify API credentials
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| ShopifySharpDemo.csproj | Project file configuring .NET 9.0 with Ivy and ShopifySharp dependencies |
| README.md | Documentation with setup instructions and environment variable requirements |
| Program.cs | Application entry point configuring Ivy server with Chrome integration |
| GlobalUsings.cs | Global using statements for Ivy framework and ShopifySharp |
| ProductsApp.cs | Main application logic for fetching and displaying Shopify products |
| .gitignore | Git ignore file excluding build artifacts and environment files |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@OkiljonDadakhanov can you make it so these are fields you can pass over with UI? |
rorychatt
left a comment
There was a problem hiding this comment.
Good job so far, left a comment
|
@rorychatt - it's done! |
rorychatt
left a comment
There was a problem hiding this comment.
Awesome job, I consider this ready, but see if you can easily get rid of the deprecation (my message above)
|
@rorychatt - it's done! |

@nielsbosma @rorychatt pls use these environment variables for testing. (these are not original keys, only works for testing)