Learn how to create an Ambassador App using React, Next.js and Django Rest Framework. We will build 3 frontend apps Admin, Ambassador and Checkout and they will consume a big Django API.
In Django you will learn:
- How to create APIs with Django Rest Framework
- Use Docker
- Create protected routes
- Login with HttpOnly Cookies
- Login with Scopes
- Use Redis
- Use Stripe
- Sending Emails
- Filter Cached products
In React you will learn:
- Create a React project with Typescript
- Create a Next.js project with Typescript
- React Material UI
- Use Redux
- Use React Hooks
- Create public and private routes
- Restrict routes for unauthorized users
- Use Stripe