GithubHelp home page GithubHelp logo

baitcenter / shopix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nicolasblanco/shopix

0.0 0.0 0.0 10.12 MB

Shopix : an Elixir & Phoenix e-commerce platform

License: MIT License

Elixir 32.90% JavaScript 6.13% CSS 48.38% Vue 0.89% HTML 11.57% Shell 0.14%

shopix's Introduction

Shopix

Shopix is a work in progress of an e-commerce platform written in Elixir and using the Phoenix Web framework.

This is a Work In Progress and right now it should not be used in production without intensive testing.

If you want to encourage me to work on this project, you can make donations, right now in crypto-currencies.

Donate with Ethereum Donate with Bitcoin

Features

  • Clean Administration UI
  • Front-end theme using Bootstrap 4
  • Handles products with multiple images (through Uploadcare)
  • Unlimited groups and properties for products
  • Unlimited translations / locales
  • Braintree gateway
  • Static pages
  • VAT + Single Shopping cost

Screenshots

First screenshot Second screenshot Third screenshot Forth screenshot

What's missing?

  • Lots of polishing, testing, refactoring, etc.
  • Multiple/different VAT % (?)
  • Multiple/different shipping costs
  • Multiple payment gateways
  • Multiple images providers
  • Themes engine (Liquid?)

Installation of development server

  • Install dependencies with mix deps.get
  • Configure your database access by editing config/dev.exs
  • Create an Uploadcare account and a Braintree Sandbox account
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Run seeds with the first user admin account credentials: [email protected] ADMIN_PASSWORD=abcd1234 mix run priv/repo/seeds.exs
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server
  • Go to http://localhost:4000/admin, login with admin credentials
  • Go to Global configuration tab. Fill in the Uploadcare public key.
  • In the "Payment Gateway" field, add this config: {"provider_config":{"public_key":"your_braintree_public_key","private_key":"your_braintree_private_key","merchant_id":"your_braintree_merchant_id","environment":"sandbox","client_token":"your_braintree_tokenized_key"}}

Contributions

I really welcome contributions.

Please don't forget to write tests when doing pull requests.

shopix's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar mazz 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.