Skip to content

Rishusing/task-manager-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key Account Manager (KAM) Lead Management System

👉 Project overview

🚀 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.

👉 System requirements

Operating System

🚀 Window 10/11 OR Mac

👉 Installation instructions

Softwares

🚀 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).

👉 Running instructions

Backend

🚀 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

Frontend

🚀 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published