8000 GitHub - ztoone/WebScanner: Crawling websites (Spring boot + H2 + Spring Data JPA)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ztoone/WebScanner

 
 

Folders and files

< 7D61 td class="react-directory-row-name-cell-small-screen" colSpan="2">
NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebScanner

Scanning htmls (Spring boot + H2 + Spring Data JPA)

Test Data :- Used in unit testcases "www.google.co.in","accounts.google.com","www.youtube.com","www.epam. com","www.yahoo.com",”www.microsoft.com”,

Document mentioning steps how to setup/test your app:- Step 1:- Import the zip(https://github.com/ElitekrishnaRao/WebScanner.git) as maven project or clone it from github. Alternative you can use the zip provided in mail. Step 2:- Run BootstrapApplication(com.webScanner.app.config) right click run it as a java application. Step 3:- Access the home page URL as give below

Web :- Home URL http://localhost:8080/WebScanner/web/home Sample input :- Enter this value in hostname text box 'www.google.com' and click submit

Rest :- API http://localhost:8080/WebScanner/rest/submit/www.gmail.com http://localhost:8080/WebScanner/rest/list http://localhost:8080/WebScanner/rest/list?count=1 http://localhost:8080/WebScanner/rest/list?fromDate=15-01-2018&toDate=16-01-2018 (inclusive of left and exclusive of right)

H2 :- Database console http://localhost:8080/WebScanner/console/

About

Crawling websites (Spring boot + H2 + Spring Data JPA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.2%
  • HTML 3.8%
0