This is a basic user management project built using the MEAN stack (MongoDB, Express.js, Angular, and Node.js). This project demonstrates the integration of frontend and backend technologies to create a complete application for managing users.
- Frontend: Angular
- Backend: Node.js with Express.js
- Database: MongoDB
- Basic user CRUD (Create, Read, Update, Delete) operations
Through this project, I have gained hands-on experience in:
- Connecting Angular (frontend) with Node.js and Express.js (backend)
- Interacting with MongoDB for data storage
- Implementing a full-stack application using the MEAN stack