Today we will be building a full stack e-commerce cart from scratch using React and Redux for our frontend and Node, Express and MongoDB for our backend. We will be doing everything on our own from setting up the backend API to styling our components.
0:00:00 Intro
0:02:29 Folder Structure and Setup
0:14:15 Backend Build
0:18:30 Setting Up MongoDB Atlas
0:22:08 Setting up product model
0:25:46 Data import script
0:30:52 Building out Routes and Controllers
0:38:56 Frontend File Cleanup
0:40:13 Frontend Build & Styling
2:30:56 Setting Up Redux Store
3:42:15 Final Build Testings
3:45:24 Outro
GitHub Link:
https://github.com/LloydJanseVanRensburg/mini-mern-ecommerce-project
Subscribe: https://www.youtube.com/channel/UCQrQo7jTpOh8V9EDn9Tgnxg
#react #redux #node #express