Skip to content

alex-infoserve/ecommerce-react

 
 

Repository files navigation

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 the files '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

alt text alt text alt text alt text alt text alt text <- mobile view alt text alt text alt text alt text

Other projects

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

About

MERN fullstack ecommerce react/redux/node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • HTML 1.3%
  • CSS 0.4%