Skip to content

zeeshanzsh/url_lookup_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Lookup service

Getting Started

git clone git@github.com:zeeshanzsh/url_lookup_service.git

Prerequisites

Install python lib to make application run

pip install flask
pip install flask_restplus
pip install pandas

Running the application

step 1: run the Python file app.py in the url_lookup_service
step 2: now appliacation starts running http://localhost:8000/api/.
Step 3: Hit the http://localhost:8000/api/ in browser you can swagger-UI with two API's.
step 4: POST API: Enter the url to add in malware list.
step 5: GET  API: Enter the url to get URL info in the response.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages