Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 502 Bytes

pipeline

alicart

Interactive full-stack e-commerce application that enables a customer to browser a catalogue of items and make a purchase.

Technologies

  • React.js with Redux
  • Node.js with Express.js
  • HTML
  • CSS

Running Instructions

  • To run the backend service, navigate to the backend folder and run: node server.js
  • To run the frontend service, navigate to the frontend folder and run: npm start