poljeff / ecommerce-react

MERN fullstack ecommerce react/redux/node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React/Node.js template (MERN stack) ecommerce (light bundle: 100ko).

Demo

https://demo-react-eco2.herokuapp.com/

https://demo-react-eco2.herokuapp.com/admin (user: admin, psw: admin)

Prerequisites

Node.js, MongoDB and npm or yarn package manager are required

Installation

You will only need to install the modules and import your DB. You can run a demo collection from file 'democollections.json'

Installing the modules & importing the products list DB:

$ yarn
$ cd client && yarn start
import democollections.json
setup your config.js file (secret JWT & Mongo URI)

Features

  • cached DB for fast results
  • filters combinables bewteen each other
  • validators

Other projects

Wanna play with react and SVG/CSS animations? https://github.com/NielsDom/react-countries / DEMO

About

MERN fullstack ecommerce react/redux/node


Languages

Language:JavaScript 98.2%Language:HTML 1.3%Language:CSS 0.4%