Skip to content

Khairul25556/express-mongo-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-mongo-crud

A simple Express.js application demonstrating CRUD (Create, Read, Update, Delete) operations with MongoDB.

Features

  • 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.

Technologies Used

  • 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 .env file.

Setup

Prerequisites

  • Node.js and npm installed.
  • MongoDB installed locally or use a cloud MongoDB service like MongoDB Atlas.

Installation

  1. Clone the repository:
    git clone https://github.com/Khairul25556/express-mongo-crud.git

About

A simple Express.js application demonstrating CRUD (Create, Read, Update, Delete) operations with MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors