🚀 Setup Instructions Follow these steps to run the project locally: 1. Clone the Repository git clone https://github.com/amitrawani07/Zera_Project.git Navigate to the Project Directory cd Zera_Project 2. Install Dependencies npm install 3. Start the Server nodemon app.js Make sure nodemon is installed globally. If not: npm install -g nodemon