Giter VIP home page Giter VIP logo

ecommerce-10's Introduction

Total Downloads License

Hideyo e-commerce backend

Hideyo e-commerce is an open-source e-commerce solution built in Laravel. Contact us at [email protected] for questions or enterprise solutions.

It's still beta. The code is not yet optimal and clean. In the next month we will improve it.

Author: Matthijs Neijenhuijs

System Requirements

Hideyo is designed to run on a machine with PHP 7 and MySQL 5.5.

  • PHP >=7.0.0 with
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
    • Elasticsearch
    • NPM
    • Composer

Installation

Please check the system requirements before installing Hideyo ecommerce.

  1. You may install by cloning from github, or via composer.
  • Github:
    • git clone [email protected]:hideyo/ecommerce.git
    • From a command line open in the folder, run composer install.

Database migration & seeding

Before you run the migration you may want to take a look at config/database.php or set-up a .env file in your root and connect your database. See also Laravel documentation. After that import and run the migration:

php artisan vendor:publish --tag=migrations
php artisan vendor:publish --tag=seeds
php artisan migrate


Compiling stylesheets and JavaScripts

go to root in command line and generate the stylesheets and JavaScripts files with:

npm install
npm run dev

See also https://laravel.com/docs/5.5/mix for more information about compiling your stylesheets and JavaScript.


Seeding database with User

Before you can login to the backend you need a default user. Laravel database seeding will help you:

php artisan optimize
php artisan db:seed 

Admin login url

Login url for the backend is:

/admin

License

GNU General Public License version 3 (GPLv3)

ecommerce-10's People

Contributors

kkorte avatar matthijs-neijenhuijs 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.