It is a full-stack web application being built using the MERN stack. This application will allow users to browse, purchase, and manage products online. The front-end of the application is being built using React, a popular JavaScript library for building user interfaces, while the back-end is being built using Node.js, Express, and MongoDB.
- Clone the repository to your local machine.
- Make sure you have Node.js installed on your machine.
- Open a terminal and navigate to the root directory of the project.
- Navigate to the client directory.
- Install the required dependencies by typing 'npm install'.
- To start the application, type 'npm start'.
- To start the back-end of the application, navigate to the root directory and type 'npm run server'.