This is express & mongodb rest api for contact management app
Before you begin, ensure you have the following installed:
- Node.js and npm (Download Node.js)
- MongoDB (MongoDB Installation Guide)
Clone the repository to your local machine: git clone <repository URL>
Navigate to the server folder and install dependencies: cd Express_MongoDB_Rest_API / npm install
Start the server: npm run dev