Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 423 Bytes

Steps to run the project

  • git pull

  • create virtual env ( virtualenv -p python3 env )

  • activate virtual env ( source env/bin/activate )

  • pip install -r requirements.txt

  • python3 manage.py runserver

  • To check fixed window algo open the below url in browser

  • To test sliding window algo, hit the below curl and see magic