Integrating Angular (v4) with Django (v1.11), this project uses the concept of JSON web token based authentication for User session management. The project is still under development.
- Angular (4.3.1)
- Django (1.11.5)
pip install -r requirements.txt
python manage.py runserver
Open two terminals:
For angular
cd angular/
npm install
# one time installation of dependenciesng build -op=../backend/templates/angular/ -w
For Django
python manage.py runserver
Notes:
npm install angular2-cookie --save