This project is using Django(2+), Django Rest Framework & Vue Js/CLI
The type of this application is SPA (Single Page Application) that use Session Authentication. combine Django Framework & Vue JS.
And also support for Token Based Authentication (You can using Angular/ReactJs(Native)/Vue in separate service).
Form Change Password after click the link for Forgot password
python3 -m venv venv
source ./venv/bin/activate
pip install -m ./requirements.txt
cd django-vue/frontend
npm install
npm run serve
python manage.py runserver