Skip to content

todo-web-app/todo_django_vue_pwa

Repository files navigation

Family List

PWA todo list app to learn vue, pwa and django rest framework.

Features

  • PWA update available notification
  • CRD todo list U is still todo! :)
  • JSON web token authentication
  • Pagination
  • User registration
  • Google analytics

Tech Tools

  • Vue CLI 2
  • Python 3
  • Django
  • Bootstrap-Vue
  • Others...

Setup

  1. You should have npm installed in your computer.
  2. Clone this repository.
  3. Run: npm install
  4. Run: npm run build
  5. Setup python virtual environment in your computer.
  6. Run: pip install -r requirements.txt
  7. Run: python manage.py runserver
  8. Done! :D

Links