/Web-scraper-django

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Web-scraper-django

Buid Setup django

Django server

#install dependencies
sudo pip3 install -r requirements.txt

# serve with hot reload at localhost:8083
## For GNU/Linux
./start.sh or python3 manage.py runserver

## For Windows
python3 manage.py runserver