Skip to content

dev-dwr/e-commerce-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample E-Commerce Application

Simple E-Commerce App written in React, which shows process of buying a book(fetching data from API, adding/removing products from shop cart, fulfilling form and passing a validation to continue the process).

Prerequisites

  • NodeJs 10.x +
  • Yarn 1.22.x +

Backend technologies

  • NodeJS
  • ExpressJS
  • Swagger

Frontend technologies

  • React,
  • Redux,
  • React-router,
  • Formik
  • Yup
  • Redux-Thunk
  • Axios
  • Styled-components
  • Bootstrap

API Documentation

Documentation is available after running mock server.Then open it your browser.
localhost:3001/docs.

Running Development Environment

Required to have Node.js and Yarn. Project require installation and activation of API mock server. Running backend with following bash commands:

cd api
yarn install
yarn start

Running frontend default on port 3000 - localhost:3000

cd front
yarn install
yarn start

About

E-commerce Application built with React & Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •