Enterprise companies can use this tool to find out which of their competitors have worked with/are working with a given target account.
💡EXAMPLE:
Your customer wants to sell their services to company ‘A’. Before approaching ‘A’, your customer wants to find out which of their competitors have worked with or are working with ‘A’. This information will help them find what kind of projects ‘A’ has done already with similar solution providers, and they will use this intel to do target them in a personalised way.
1.Login to docker
docker login2.Pull docker file from docker hub
docker pull trishanu8295/comp-research:0.0.1.RELEASE3.Run docker comtainer in detached mode on port 3000
docker run -d -p 3000:300 trishanu8295/comp-research:0.0.1.RELEASE4.Navigate to http://localhost:3000
-
Fork the repo.
-
After forking, clone the repo to your local machine. To clone the repo to your local machine, run the following command in your terminal:
git clone https://github.com/<your-github-username>/anapan-ai-assignment
-
Navigate to the project directory
cd anapan-ai-assignmentnpm install
-
In the project directory, you can run:
node src/server.js`
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.