🚀 This project aims to simplify and automate the management of restaurant leads, improve team coordination through effective contact management, and provide insights into account performance for better decision-making. It ensures that businesses maintain strong relationships with their clients while identifying opportunities for growth.
🚀 Window 10/11 OR Mac
🚀 Node.js: Version 16+ (for server-side code).
🚀 npm/yarn: Latest stable version (for managing dependencies).
🚀 MongoDB: Community Edition (or MongoDB Atlas for cloud-based database).
🚀 Code Editor: VS Code or any preferred IDE.
🚀 Browser: Latest version of Chrome, Firefox, or Edge for testing the frontend.
🚀 Postman: For API testing (optional).
🚀 Install MongoDB and set environment variable.
🚀 Run below command to access MongoDB DB locally
mongod🚀 Unzip the backend project, and open the root folder in visual studio code
🚀 Run below command to install all the dependencies, and you can see the node_modules folder in project
npm install🚀 Run below command to go in src directory
cd src🚀 To start backend server, run below command in src directory.
node index🚀 Running Frontend is easier than backend.
🚀 Unzip and open root directory in VS Code.
🚀 Run below two command to install dependencies and to run frontend
npm install
npm start