Welcome to my Business Contact Management Website project. This web application is designed to perform CRUD (Create, Read, Update, Delete) operations on business contacts. It dynamically updates data to a MongoDB database, ensuring real-time synchronization of contact information.
- CRUD Functionality: Create, view, update, and delete business contacts efficiently.
- Real-Time Data Synchronization: Changes are immediately reflected in MongoDB.
- EJS Templating: The website uses EJS for dynamic content rendering.
- Node.js Backend: The application's backend is built with Node.js, ensuring robust server-side functionality.
Experience the functionality of the Business Contact Management Website firsthand by visiting: Business Contact CRUD.
To try the CRUD functions on the website:
- Click on the 'Log-in' button.
- Enter the username:
adminand password:admin.
- EJS for front-end templating.
- Node.js for backend development.
- MongoDB for database management.
- Express.js for routing and middleware.