8000 GitHub - dkstar11q/DeepFindMe: Deepfind.me is an educational OSINT platform offering tools and resources to help users understand and manage their digital footprint.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Deepfind.me is an educational OSINT platform offering tools and resources to help users understand and manage their digital footprint.

License

Notifications You must be signed in to change notification settings

dkstar11q/DeepFindMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepFind.Me

DeepFind.Me is an educational open-source OSINT (Open Source Intelligence) platform designed to help individuals and investigators analyze digital footprints, uncover online information, and protect their privacy.

Project Structure

The project is organized into the following directories:

  • api/ → Backend (NestJS, Node.js)
  • web/ → Frontend (Next.js)

Branching Strategy

  • release → Stable production-ready code
  • develop → Active development, latest features being tested

For contributions, create a branch from develop and submit pull requests accordingly.

Backend (API)

The backend is built using Node.js and NestJS with a structured service → model → controller pattern.

Running the Backend

  1. Navigate to the backend directory:

    cd api
  2. Install dependencies:

    npm install
  3. Start the server:

    npm run start

The backend server will start on the default NestJS port (usually 5000).

Frontend (Web)

The frontend is built with Next.js for a smooth user experience.

Running the Frontend

  1. Navigate to the web folder:

    cd web
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

The frontend development server will start on the default port (usually 3000).

Usage

Once both the backend and frontend servers are running, you can access the web application in your browser by visiting localhost:3000 to explore DeepFind.Me’s OSINT tools.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes and push the branch to your fork.
  4. Submit a pull request to develop.

Related Documents

  • TOOLSTATUS.md → Tracks tool development status.
  • LICENSE → Licensing information.

License

DeepFind.Me is licensed under the Apache 2.0 License. See the LICENSE file for details.

Contact

For questions, collaborations, or tool requests:

About

Deepfind.me is an educational OSINT platform offering tools and resources to help users understand and manage their digital footprint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0