Django-AngularJS icon indicating copy to clipboard operation
Django-AngularJS copied to clipboard

Django + AngularJS :: In this step-by-step series we bring Django and AngularJS together by leveraging the Django Rest Framework's RESTFUL API service

Django + AngularJS Logo

Django + AngularJS

Django + AngularJS in this step-by-step series to bring Django and AngularJS together by leveraging the Django Rest Framework's RESTFUL API service.

Built on top of:

Subscribe to our YouTube Channel

Thanks for watching!

Team CFE

Lecture Code

4 - Git & Django Project

5 - Downloading Try AngularJS 1.5

6 - Single Page App Template View

7 - Angular Templates in Django Part 1

8 - Static Files in Django & Angular

9 - Angular Templates in Django Part 2

10 - Post Objects API Integration

11 - Backend API Serializer Updates

12 - Login with Angular & Django Rest Framework

13 - ngCookies for JWT Token

14 - Create Comment in Backend with $http

15 - Comment Create API Endpoint & Serializer Context

16 - Comment List API View

17 - Comment ngResource

18 - ngResource Create & Delete

19 - Reply to Comments

20 - Toggle View of Content

21 & 22 - Comment Reply Directive Part 1 & 2

23 - Improve Comment UI

24 - Interceptor for Login Required responseError

25 - Login Required Interceptor Service

26 - Render Server Errors with Comments & Forms

27 - Rendering Login Form Errors & Update Comment Form Errors

28 - ngInclude for Template Error Pages

29 - Improve Blog Usability

30 - Render Markdown in Angular

31 - User Login API Update in Django

32 - User Login API Update in AngularJS

33 - Registration API Update in Django

34 - Register Detail in AngularJS

35 - Comment Delete, User Login Update