/CRUD_NodeJs

A project done using HTML, Bootstrap, Js, NodeJs for CRUD operation

Primary LanguageJavaScript

CRUD_NodeJs 📝

A project done using HTML, Bootstrap, Js, NodeJs for CRUD operation

My Phonebook 📖 is a simple web application done for basic CRUD operation with MongoDB.

Website's homepage will be like:

Image of Yaktocat

For deleting a contact, simply click on "Delete" button to delete it! ✖


For adding a new contact to phonebook, click on the "Add Contact" button to get the below form: ✔

Image of Yaktocat


For updating a contact info, click on "Update Contact" button. Now click on the contact cell(s) which you want to update and then click on the "Update" button.

Image of Yaktocat


Suggested prerequisites:


How to install? 🛠

Steps:

1.Initiate project from project folder using cmd : npm init from CMD line

2.Install ExpressJs using cmd : npm install express

3.Install Mongoose using cmd : npm install mongoose

4.Install CORS using cmd : npm install CORS

5.Install body-parser using cmd : npm install body-parser

6.Install Bootstrap using cmd : npm install bootstrap

7.Initiate the below servers:

mongodb using cmd : mongod from anywhere if you've installed MongoDB globally

NodeJS using cmd : node index.js from project folder

Happy Coding! 🤖