Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 407 Bytes

Express server, postgres, and sequelize basic e-commerce cart application backend

Features

  • Add and remove items
  • Edit the quantity of the items
  • Calculate automatically the total including the shipping (if chosen)

Getting started

Requirements

  • Node.js
  • NPM

Package installation

npm install

Start the React App

Excute the following command:

npm start