Skip to content

RiteshJha912/DC-Toolkit-Collaborative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DC Toolkit (Collaborative)

To work on this repository as a collaborator, read and follow the below steps carefully.

Steps for Collaborators to Work on the Repository

Clone the repository

In your terminal run:
git clone https://github.com/RiteshJha912/DC-Toolkit-Collaborative.git

Navigate to the project folder:

cd DC-Toolkit-Collaborative

Frontend Setup

  1. Open a new terminal for the frontend.
  2. Navigate to the frontend folder:
    cd toolkit

To install all the Libraries for Frontend:
npm install react react-dom
npm install vite

To run the frontend application, use the following command in the frontend terminal:
npm run dev

Backend Setup

  1. Open a separate terminal for the backend.
  2. Navigate to the backend folder: cd backend

To install all the Libraries for Backend:
pip install -r requirements.txt

API Configuration

In the backend root folder, create a .env file with the following format:

Phone Number

NUMVERIFY_API_KEY=your_numverify_api_key
TWILIO_ACCOUNT_SID=your_twilio_account_sid
TWILIO_AUTH_TOKEN=your_twilio_auth_token
NUMLOOKUPAPI_KEY=your_numlookupapi_key
IPQUALITYSCORE_API_KEY=your_ipqualityscore_api_key

Social Media

TWITTER_BEARER_TOKEN=your_twitter_bearer_token

Email

HUNTER_API_KEY=your_hunter_api_key

Make sure to generate and paste your respective API keys in the .env file.

To run the backend application, use the following command in the backend terminal:
python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published