alb3rt4n / 7cart

7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.

Home Page:https://www.facebook.com/7cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7cart is a base project for building online shops, catalogs or service platforms. 7cart is written with simple code and simple database schema. It is easy to support and fast.

Play with live demo!

Live store front-end page

Live store admin page

⭐ Star us on GitHub — it helps!

Try it!

Why 7cart?

7cart is for building projects that can't be built with the existing e-commerce platforms. It aims to be free of:

  • difficult to support code and database
  • slow requests

How is 7cart better?

The project database doesn't implement EAV table, but the Entity table with JSONB columns. That gives:

  • less relations and simple code
  • simpler and faster SQL queries [proof link]

Features

  • built in Docker, it can be quickly deployed and run on different OSs;
  • built-in Product Filters and Filer Counters

Technology stack

Built as a Single Page Application (SPA), it utilises the latest possible

  • Ember.js
  • Symfony 4
  • PostgreSQL
  • PHP 7

Download

Download Zip with project source code.

What do you think of this?

Tell us in the issue tracker

or message to 7cart Facebook page

About

7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.

https://www.facebook.com/7cart

License:MIT License


Languages

Language:PHP 60.8%Language:JavaScript 27.8%Language:HTML 10.5%Language:CSS 0.6%Language:Dockerfile 0.2%