Code Monkey home page Code Monkey logo

core's Introduction

Shoppe

Shoppe is an Rails-based e-commerce platform which allows you to easily introduce a catalogue-based store into your Rails 4 applications.

Note: the platform is still under constant development and the API has not yet been finalised and functionality & features may change without notice. I do not recommend using Shoppe for any production sites yet. I'm hoping to release a v1.0 version in the very near future which will have a stable API.

Build Status GemVersion

In the meantime, why not:

Features

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

Getting Started

Shoppe 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 Shoppe 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 'shoppe'" >> Gemfile
bundle
rails generate shoppe:setup
rails generate nifty:attachments:migration
rails generate nifty:key_value_store:migration
rake db:migrate shoppe:setup
rails server

License

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

core's People

Watchers

 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.