Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 963 Bytes

File metadata and controls

41 lines (26 loc) · 963 Bytes

InfoLeak

Website that alerts personal information leak online

Brainstorm functionality

  1. Login to save private information
  2. Get user information (id, name, phone number, email number)
  3. Search information online, retrieve search results
  4. Display number of search results

Figma Design

https://www.figma.com/file/zgDanmiLiJ7xOsybcQQCib/InfoLeak?node-id=0%3A1&t=Rpv7PJEfgagSBok6-1
Home Screen

Running locally

API DOC

https://documenter.getpostman.com/view/26291325/2s93JtQ3Y2

Backend

Run app.py file in backend folder to run the server locally. The json is displayed in http://127.0.0.1:5000/crawling.

Frontend

Node.js installation is required.
Version 16 is preferred.

npm install
node server.js

The site should be running in http://localhost:8080/