Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 765 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 765 Bytes

Products App

This is a full-stack products app where users can View, Add, Delete, or Update any product items.

Live App Link (Hosted on Render)

Link

Local Installation (Setup) Steps

Use the package manager npm to install all the dependencies.

npm install

Run the app locally

npm run start

Tech Stack

This app is completed by using various technologies and libraries which include,

  • React [Frontend]
  • Node, Express [Backend]
  • MongoDB [Database]
  • Redux [State Management]
  • Multer, Cloudinary [Upload and Save Images]
  • Bootstrap, Material UI [Styling the UI]
  • etc.