A simple MEAN stack application that displays a list of products from MongoDB. The backend is built with Node.js and Express, and the frontend is built with Angular.
- Fetch products from MongoDB using Express API
- Display products in a responsive grid
- Clean and simple UI
- MongoDB
- Express.js
- Angular
- Node.js
cd backend npm install npx nodemon server.js
cd frontend npm install ng serve