- Added READ function with getAllProducts and findOne to show a details page in the view component, Detail.js.
- Reading data from database using getAllProducts
- Folder Structure: client and server sides with server folder being modularized
- Database: Connected successfully to MongoDB
- Backend: Mongoose and Express
- Frontend: React
- Verified backend is working with Postman and MongoDB Compass.