Coder Social home page Coder Social logo

andreavecy / shopr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tryshopr/shopr

0.0 1.0 0.0 3.95 MB

Shopr - A fully featured ecommerce engine for Rails 5.2

Home Page: https://github.com/tryshopr

License: MIT License

Ruby 56.20% CoffeeScript 1.43% JavaScript 10.80% CSS 10.01% HTML 21.57%

shopr's Introduction

Shopr

Build Status Gem Version

Shopr is an Rails ecommerce engine which allows you to easily introduce a store into your Rails 5.2 applications.

Shopr is a rewrite of Shoppe (originally created by Adam Cooke) created by Dean Perry and maintained by great group of contributors. While it supports many of the same features as Shoppe, its underlying implementation differs greatly and backwards compatibility is not a design goal.

Shopr is currently still under development.

Features

  • An attractive & easy to use admin interface with integrated authentication
  • Full product/catalogue management
  • Stock control
  • Tax management
  • Flexible & customisable order flow
  • Delivery/shipping control, management & weight-based calculation

Getting Started

Shopr provides the core framework for the store and you're responsible for creating the storefront which your customers will use to purchase products. In addition to creating the UI for the frontend, you are also responsible for integrating with whatever payment gateway takes your fancy.

Installing into a new Rails application

To get up and running with Shopr in a new Rails application is simple. Just follow the instructions below and you'll be up and running in minutes.

rails new my_store
cd my_store
echo "gem 'shopr'" >> Gemfile
bundle
rails generate shopr:install:migrations
rake db:migrate shopr:setup
rails server

Differences from Shoppe

  • Devise is now used for authentication
  • Tested with RSpec
  • Product & Product Category translations have been removed

Contribution

If you'd like to help with this project, please get in touch with me here on github. You are welcome with new PRs.

License

Shopr is licenced under the MIT license. Full details can be found in the MIT-LICENSE file in the root of the repository.

The original code for Shopr is forked from Shoppe. This was licensed as MIT from aTech Media.

shopr's People

Contributors

deanpcmad avatar metabren avatar dependabot[bot] avatar chrztoph avatar kirylrb avatar dependabot-support avatar rubytree avatar lacour avatar bigfive avatar twss avatar johhansantana avatar pepito2k avatar svenyurgensson avatar dependabot-preview[bot] avatar cjbell avatar dminchev avatar jackregnart avatar shepbook avatar m-codebastards avatar adamcooke avatar kiliancs avatar l3kn avatar strnadj avatar itiut avatar catphish avatar occult avatar harrykiselev avatar julioce avatar lukeheuer avatar foobarquaxx avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.