Skip to content

prakhar7s/products-full-stack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.