A simple full-stack MERN (MongoDB, Express.js, React.js, Node.js) application to add users with name and contact number, and display the total number of users from MongoDB.
- Add user name and contact number via form (React frontend)
- Display all users from MongoDB
- Show total user count in real-time
- Connected using Express.js API and MongoDB
- Uses Axios for API calls
- Clean and minimal UI
- Frontend: React.js, Axios
- Backend: Node.js, Express.js
- Database: MongoDB with Mongoose
- Others: CORS, JSON parsing