PWA todo list app to learn vue, pwa and django rest framework.
- PWA update available notification
- CRD todo list U is still todo! :)
- JSON web token authentication
- Pagination
- User registration
- Google analytics
- Vue CLI 2
- Python 3
- Django
- Bootstrap-Vue
- Others...
- You should have npm installed in your computer.
- Clone this repository.
- Run: npm install
- Run: npm run build
- Setup python virtual environment in your computer.
- Run: pip install -r requirements.txt
- Run: python manage.py runserver
- Done! :D
- https://medium.com/@williamgnlee/simple-integrated-django-vue-js-web-application-configured-for-heroku-deployment-c4bd2b37aa70
- https://hackernoon.com/jwt-authentication-in-vue-js-and-django-rest-framework-part-1-c40c5c0d4f6e
- https://github.com/jacobian/dj-database-url
- https://webdeasy.de/en/how-to-integrate-google-analytics-on-your-vue-js-page/