A reliable CRUD application that allows users to manage contacts easily. This app is designed to offer a streamlined, organized way to add, view, update, and delete contacts.
- Full CRUD functionality for seamless contact management
Node.js
– Backend JavaScript runtimeExpress.js
– Streamlined framework for efficient request handlingEJS
– Templating engine for dynamic renderingMongoDB
– NoSQL database to store contact information
$ git clone https://github.com/dnmore/mongodb-address-book.git
$ npm install
Create a MongoDB database named address-book
:
use address-book
Start the server with:
$ npm start
Visit http://localhost:3000/
to use the application.
This project is licensed under the MIT License.