/Artshop

Full-stack, React based e-commerce web application built with Material UI components.

Primary LanguageJavaScript

Overview

Screenshot

Artshop is a full-stack, React-based e-commerce web application. The tecnhologies used are: React.js, Material UI, Node.js, Express.js, Redux, MongoDB.

How To Run

First of all, you need to install the node dependencies in two different folders:

Install the client dependencies

  • cd frontend
  • npm install

Install the root dependencies

  • cd .. => go back to the project root folder
  • npm install
  • npm run dev => starts both the server and the client, you can then visit the site on your local machine at http://localhost:3000/