
:high_brightness: :leaves: Nodejs(Express.js) + mongoDB + mongoose + JWT + react.js + material-ui + axios(API call)
This is a simple example of a user registration, login, and CRUD (Create, Read, Update, Delete) app using the MERN stack. It demonstrates how to use the backend REST API with MongoDB, Node.js (Express.js), and Mongoose for authentication using JWT token. The frontend is built using React.js and Material-UI. The app includes features like pagination, printing or downloading product details, and searching for products.
This project is a demonstration of a MERN stack application that includes user registration, login, and CRUD functionality. It showcases the use of different technologies such as MongoDB, Node.js, React.js, Material-UI, and Axios for making HTTP calls. The project also utilizes JWT token authentication and offers features like pagination, printing or downloading product details, and searching for products.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components