This project is a simple CRUD (Create, Read, Update, Delete) application built with Node.js and Express.js for the backend, MongoDB for the database, and EJS as the templating engine for rendering views. It demonstrates basic operations on a MongoDB database and includes features to manage user profiles.
- Create: Add new user profiles to the database.
- Read: Retrieve and display user profiles from the database.
- Update: Modify existing user profiles in the database.
- Delete: Remove user profiles from the database.
- Backend: Node.js, Express.js
- Database: MongoDB
- Templating Engine: EJS
- Node.js: Make sure you have Node.js installed. Download Node.js
- MongoDB: Ensure MongoDB is installed and running. Download MongoDB