Skip to content

EyimofeP/pdf-drive-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Drive Clone

A website built with Django and Beautiful Soup that scrapes data from pdfdrive.com and returns a more simplistic UI


To Get started, Make sure you have Python 3 in your environment. You can also create a Virtual Environment

Run requirements.txt

    pip install -r requirements.txt


Running The App

In your terminal, Run The Following Code

    py manage.py migrate
    py manage.py runserver

Releases

No releases published

Packages

No packages published