React and Django: A Practical Guide with Docker
Learn how to create an Admin App using React 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 React you will learn:Â
- Create a React project with Typescript
- Use Docker
- Use Redux
- Create public and private routes
- Restrict routes for unauthorized users
- Upload Images
- Export CSV's
- Build a chart with c3.js (part of d3.js)
If these are what you are looking for then this course is for you.
Available in
days
days
after you enroll
- Installation (1:22)
- Docker (11:03)
- Migrations (2:25)
- REST (5:02)
- Models (3:19)
- Serializers (8:09)
- Write Only Fields (2:52)
- Hashing Passwords (5:40)
- Login (4:08)
- Generating JWT Token (5:21)
- Authenticated User (9:52)
- Logout (2:14)
- Foreign Keys (4:09)
- Fixtures (5:40)
- Getting Permissions (3:10)
- Viewsets (5:10)
- Roles (2:37)
- Related Fields (7:21)
- Completing Orders (4:02)
- Generic API Views (7:48)
- Pagination (5:45)
- Update Request Data (5:59)
- Profile (6:32)
- User Permissions (1:21)
- Products (2:28)
- Product Routes (4:08)
- Uploading Images (6:55)
- Orders (6:19)
- Serializer Method Fields (2:41)
- Export CSV (6:20)
- Raw SQL Queries (6:32)
- View Permissions (6:12)
- CORS (1:34)
Available in
days
days
after you enroll
- Installation (1:06)
- Template (3:58)
- Docker (2:27)
- Components (5:19)
- Router (5:07)
- Child Props (7:38)
- Register Form (7:40)
- Async Await Calls (4:23)
- Redirecting (3:41)
- Login (10:43)
- Logout (3:42)
- Users (8:34)
- Role (4:13)
- Link and NavLink (5:25)
- Pagination (4:49)
- Deleting Users (4:25)
- Creating Users (8:04)
- Prefilling User Data (8:04)
- Updating Users (4:00)
- Roles (6:25)
- Creating Roles (12:45)
- Updating Roles (7:10)
- Products (7:25)
- Paginator Component (7:49)
- Deleter Component (5:30)
- Creating Products (6:21)
- Uploading Images (5:20)
- Image Component (3:29)
- Updating Products (7:24)
- Orders (6:54)
- Order Items (5:26)
- Chart (7:35)
- Exporting CSV files (4:07)
- Profile (4:04)
- Updating Profile (7:51)
- Redux (8:20)
- Connect Redux with Components (12:41)
- Typescript Getters (4:21)
- Permissions (13:47)