Skip to content

pyaf/djangular

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
API
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Angular with Django REST Framework JWT

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.

Stack

  • Angular (4.3.1)
  • Django (1.11.5)

To Run the project

  • pip install -r requirements.txt
  • python manage.py runserver

My djangular way of development

Open two terminals:

For angular

  • cd angular/
  • npm install # one time installation of dependencies
  • ng build -op=../backend/templates/angular/ -w

For Django

  • python manage.py runserver

Notes:

npm install angular2-cookie --save

About

User authentication/login with Angular 4 and Django REST Framework JWT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages