All Projects → mikimaine → ecommerce

mikimaine / ecommerce

Licence: other
INNOVATE E-COMMERCE FRAMEWORK

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
Blade
752 projects
SCSS
7915 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to ecommerce

grav-skeleton-gravcart
The Grav Shopping Cart skeleton
Stars: ✭ 11 (-69.44%)
Mutual labels:  ecommerce
solidus auth devise
🔑 Devise authentication for your Solidus store.
Stars: ✭ 46 (+27.78%)
Mutual labels:  ecommerce
CliqApp
This is a e-commerce app build over react native runs over android & ios.
Stars: ✭ 64 (+77.78%)
Mutual labels:  ecommerce
commercetools-sync-java
Java library for importing and syncing (taking care of changes) data into one or more commercetools projects from external data files or from another commercetools project.
Stars: ✭ 26 (-27.78%)
Mutual labels:  ecommerce
v-shopware-api-client
The reliable way to import and update a bazillion products.
Stars: ✭ 20 (-44.44%)
Mutual labels:  ecommerce
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (+83.33%)
Mutual labels:  ecommerce
Shopping-Cart-MERN
💸 Simple Online Shopping Cart made with the MERN Stack
Stars: ✭ 34 (-5.56%)
Mutual labels:  ecommerce
reaction-component-library
Example Storefront Component Library: A set of React components for the Example Storefront
Stars: ✭ 95 (+163.89%)
Mutual labels:  ecommerce
moltin-request
🎮 Minimal Elastic Path Commerce Cloud API request library for Node
Stars: ✭ 17 (-52.78%)
Mutual labels:  ecommerce
CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (+216.67%)
Mutual labels:  ecommerce
production
Shopware 6 production template
Stars: ✭ 156 (+333.33%)
Mutual labels:  ecommerce
MyOOS
MyOOS [Shop system] Repository
Stars: ✭ 26 (-27.78%)
Mutual labels:  ecommerce
PayPalPlugin
Official integration with PayPal Commerce Platform
Stars: ✭ 21 (-41.67%)
Mutual labels:  ecommerce
core-next
core-next microservice framework
Stars: ✭ 14 (-61.11%)
Mutual labels:  ecommerce
ecommerce
Ecommerce project || Python Django
Stars: ✭ 123 (+241.67%)
Mutual labels:  ecommerce
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (+213.89%)
Mutual labels:  ecommerce
shopapp-shopify-ios
A Shopify provider for a ShopApp for iOS application
Stars: ✭ 49 (+36.11%)
Mutual labels:  ecommerce
DigitalProducts
Sell digital products with Craft Commerce
Stars: ✭ 48 (+33.33%)
Mutual labels:  ecommerce
woo-cart-expiration
Set a time limit on a customer checking out.
Stars: ✭ 19 (-47.22%)
Mutual labels:  ecommerce
OpenStore
OpenStore
Stars: ✭ 19 (-47.22%)
Mutual labels:  ecommerce

StyleCI PPM Compatible

INNOVATE Ecommerce Framework, Currently 0.1.5

Introduction

INNOVATE Ecommerce provides you with an E-commerce framework on top of laravel framework.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.

Requirements


  • You must have at list PHP 5.6 installed on your machine
  • And also For now you have to install both git and composer on your system You will find Composer here and Git here then follow the instructions there to install on your specific machine

Optional


  • If you want a better page load and overall improvement in speed , the Framework comes with redis implementation out of the box. You can get Redis from [Redis Here] (http://redis.io/) follow instruction there For windows users you also have Redis Desktop [redisdesktop here ] (https://redisdesktop.com/download)

    Then you should set CACHE_DRIVER on .env file to redis and Fill this three with your redis info in .env file

    REDIS_HOST=127.0.0.1   <--- change it if you are not on localhost
    REDIS_PASSWORD=
    REDIS_PORT=6379
    

Quick Installation


Begin by creating a new project using the composer create commande

composer create-project mikimaine/ecommerce yourprojectname

This will install all the required packages to your system including Laravel

After that rename example.env to .env and fill your database credentials.

Then use this commands to install the database tables and there seed data

Generate Application key

php artisan key:generate

Migration

 php artisan migrate

Seed the database

 php artisan db:seed

And that's it ! Start building awesome E-commerce applications for your business

Running using docker

  docker run --rm -v $(pwd):/app composer install
  docker-compose up -d 

Documentation

I will release a user friendly documentation and screen cast soon

Issues

If you come across any issues please report them here.

Contributing

Thank you for considering contributing to the INNOVATE Ecommerce Framework project! Please feel free to make any pull requests, or e-mail me a feature request you would like to see in the future to Miki Maine at [email protected].

Security Vulnerabilities

If you discover a security vulnerability within this framework, please send an e-mail to Miki Maine at [email protected], or create a pull request if possible. All security vulnerabilities will be promptly addressed.

License

The INNOVATE Ecommerce framework is open-sourced software licensed under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].