Overview
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.
Expected Outcomes
- 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
- Use React with Typescript
- Use Redux