Skip to content

A Shopify app development framework built using AspNet Core C#

License

Notifications You must be signed in to change notification settings

y2ket/ExicoShopifyFramework

 
 

Repository files navigation

Build Status NuGet GitHub

Exico Shopify Framework

Exico Shopify Framework is a framework for building Shopify store apps (https://apps.shopify.com). It has the following features built into it that will escalate your Shopify app development:

  • Built in process to handle app installation
  • Recurring change handling
  • Web hooks creations and handling functionalities
  • App uninstall event handling
  • Error handling
  • User/store authentication (using identity core)
  • Logging using Serilog (errors/events etc)
  • Emailing (on different events i.e. when user finishes app installation )
  • Plan and subscription management (manage pricing, add/remove more plans, plan specific feature enable/disable etc)
  • Built in 'App Support' page
  • built in 'My Profile' page
  • Flexible and Extendable base framework (uses aspnet core built in DI)
  • Fully customizable built in razor views
  • A companion console (for quick administrative tasks and more)

Exico Shopify Framework uses the latest version of the AspNet Core and EF core. It is built using the best practices (atleast I think :-)) and has a decent unit test coverage. The project is well documented, please find the doxygen generated documentation (coming soon).Also do not forget to visit the project wiki pages. Start with Quick Introduction

This project was a personal project but I am making it open source now. I hope people can get benefitted using this project and contribute to this project and make it better day by day.

ANNOUNCEMENTs

  1. I will be making a series of tutorials on the structure/source code of this framework so that any one can easily get into the source code and start contributing.
  2. I am currently writing wiki pages for this project. But it is going slow as I do not get enough time for it. But I promise to write a detailed wiki guide so that you guys can quickly get a hold of the framework and how to use it.

IF YOU ARE CONTRIBUTING PLEASE PULL REQUEST TO THE DEVELOPMENT BRANCH ONLY!

About

A Shopify app development framework built using AspNet Core C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 89.8%
  • HTML 10.0%
  • Other 0.2%