/DjangoSRI

Primary LanguagePython

DjangoSRI

S.R.I. is a web scrapper I made in python and then converted it into a web app so that it could have an UI.

How to run:

  • Type: pip install -r /requirements.txt
  • Type: python manage.py migrate
  • Type: python manage.py makemigrations
  • Type: pytohn manage.py runserver
  • And now you will be able to access the server at http://127.0.0.1:8000