Interactive full-stack e-commerce application that enables a customer to browser a catalogue of items and make a purchase.
- React.js with Redux
- Node.js with Express.js
- HTML
- CSS
- 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