navinshop is a ecart gem like spree that can easily integrate in to your application in minute
add gem in to your application as gem ‘navinshop’
then to install navinshop in your application run rake navinshop:install:migrations
then run rake db:migrate to create database
then at routes.rb paste the following line mount Navinshop::Engine => “shop”
now the navinshop is installed in your application and ready to go you can find the navinshop ecart solution in localhost:3000/shop/categories in this route
you can create new category and new items under any category and also you can customize as well
This is licensed under MIT open license make branches and develop this gem