A simple Express.js application demonstrating CRUD (Create, Read, Update, Delete) operations with MongoDB.
- Create: Add new records to the MongoDB database.
- Read: Retrieve and display records from MongoDB.
- Update: Modify existing records in the database.
- Delete: Remove records from the database.
- Node.js: JavaScript runtime for building the application.
- Express.js: Web framework for Node.js.
- MongoDB: NoSQL database for storing data.
- Mongoose: MongoDB object modeling tool for Node.js.
- dotenv: Module for loading environment variables from a
.envfile.
- Node.js and npm installed.
- MongoDB installed locally or use a cloud MongoDB service like MongoDB Atlas.
- Clone the repository:
git clone https://github.com/Khairul25556/express-mongo-crud.git