Course Information
Course Overview
Django 3.1, Angular 9, Docker, Authentication and Authorisation, Upload Images, Export CSV Files, Typescript, c3.js
Learn how to create an Admin App using Angular and Django Rest Framework.
In Django you will learn:
How to create APIs with Django Rest Framework
Use Docker
Create protected routes
Login with HttpOnly Cookies
Use APIViews, ViewSets, Generic API Views
Authorize users for different routes
Upload Images
Export CSV files
In Angular you will learn:
How to use Angular CLI
Create classes, interfaces, abstract classes
Use interceptors
Create public and private routes
Restrict routes for unauthorized users
Upload Images
Export CSV's
Build a chart with c3.js
Use Reactive Forms
If these are what you are looking for then this course is for you.
Course Content
- 3 section(s)
- 78 lecture(s)
- Section 1 Introduction
- Section 2 Django
- Section 3 Angular
What You’ll Learn
- How to create APIs with Django Rest Framework
- Use Docker
- Create protected routes
- Login with HttpOnly Cookies
- Use APIViews, ViewSets, Generic API Views
- Authorize users for different routes
- Upload Images
- Export CSV files
- Angular CLI
- Create charts with c3js
Reviews
-
SSékou Loua
Je suis satisfais
-
JJuan Alberto Aranda-Alvarez
This is a really good example of how to implement an industry standard application. The order in which he brings in the concepts is a little strange, but the author warn us this was a 'hands-on' tutorial. This course is not for beginners but once you have an idea on how to use Django & Angular it is very good. Most of my issues were because I am using Django 4.2.2 and REST Framework 3.14.0 with Angular 16.1.0.
-
AAugustin Moinat
Rushing through the content (fine because it's on video, but I have to pause every 10 seconds). No in depth explanation (not fine)
-
AAshur Kanwal
I think the course is outdated and some parts of the codes are not working. Pagination is not working correctly, the total page number is set to the number of records in the model. Permissions are not working correctly after setting permissions admin could not view the product. The source code and code in videos are not the same. The git source code of the project needs updating as well.