Polymer To-do

##Project that uses Polymer from Google to create a to-do web app

##It is linked up to a django backend which allows it to save.

##To set up the project

  • Create a new folder called "polymer_todo"
  • cd polymer_todo
  • Use "virtualenv -p python3 env" for Python3 virtualenv
  • use "source env/bin/activate" for env
  • Clone the repo
  • cd polymer_todo
  • "pip install django"
  • Then run "python manage.py makemigrations"
  • Then run "python manage.py migrate"
  • Then run "python manage.py runserver"
  • Go onto localhost (http://127.0.0.1:8000/)