Skip to content

SiddharthChabukswar/ppc-rest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppc-rest-server

Django-restframework server for ppc.

Follow the steps to setup the server locally

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

The server can be found on address : https://localhost:8000/

Follow the steps to send request from client

Postman a POST request on the url : https://localhost:8000/privacy/ The body of the request must contain:

{
"weblink" : "url of the page to be scraped"
}

don't forget to set the body to raw:JSON.

About

Privacy Policy Compliance checking rest server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages