background top icon
background center wave icon
background filled rhombus icon
background two lines icon
background stroke rhombus icon

다운로드 "🚀 AMAZON 2.0 - ONLINE STORE from scratch in 6 hours [Next / React / Nest / PostgreSQL / Prisma / TS"

input logo icon
목차
|

목차

0:00
Start
0:28
What stack?
2:28
About sources
3:15
New format for similar projects
8:15
DEMO
14:13
Creating a back-end
24:05
Setting up VS Code
29:00
Creating a database
37:02
Making registration
44:42
Making authorization
1:08:54
To-do list
1:12:21
Decorator
1:15:43
Generate user
1:16:20
What models should be present?
1:16:51
Model products (Product)
1:17:58
Category model (Category)
1:18:09
Model reviews (Review)
1:18:20
Model order (Order)
1:19:00
OrderItem model
1:19:26
Making connections
1:23:00
Made a complete scheme
1:23:27
Create a user
1:26:08
Making a patch
1:27:23
Create a service
1:33:45
Checking
1:34:50
Making a seedeer
1:43:24
Checking the added data
1:44:23
Done with data generation
1:45:33
Goods, creating a structure
1:49:22
Service for categories
1:54:00
Controller for categories
1:57:46
Checking the operation of the controller
1:59:45
Bug fixes
2:03:10
Feedback service
2:06:45
Feedback Controller
2:08:46
Service for statistics
2:17:59
Service for pagination
2:19:26
Service for orders
2:20:15
Go to the products of our store
2:22:08
Service for products
2:33:10
Product controller
2:34:32
Testing
2:36:43
Go to frontend
2:37:07
What will we use for frontend
2:38:29
Creating the Next app
2:44:22
Install Tailwind css
2:45:15
Start writing styles
2:55:54
Creating services
2:57:05
api helper
2:57:36
api interceptor
2:59:20
Creating a job with tokens
3:02:30
We continue to work with interceptor.ts
3:06:07
Auth service
3:12:24
Category service
3:17:33
Review service
3:19:43
User service
3:23:00
Order service
3:24:48
Statistics service
3:25:57
Payment service
3:26:34
Product service
3:32:12
What needs to be done next?
3:37:12
About React Query
3:38:00
About Redux Toolkit
3:39:27
User actions
3:41:24
User slice
3:43:07
Creating hooks
3:43:16
useActions
3:45:09
useTypedSelector
3:45:41
useAuth
3:47:36
AuthProvider
3:47:55
CheckRole - to check the role
3:52:29
Let's talk about SSR & SSG & ISR
3:59:33
Making the login page
4:36:40
Making the main page
4:43:49
Making a catalog
5:09:26
Fixing bugs
5:23:19
Making a visual
5:28:55
Solved the problem with authorization
5:30:43
We continue to work on the visual
5:44:35
We do sorting and loading
6:03:20
What was behind the scenes?
6:13:25
Implementing payment
6:37:25
Final
6:47:25
In conclusion
비디오 태그
|

비디오 태그

red group
react
react.js
js
htmllessons
redgroup
front-end
Javascript
frontend
backend
бэкенд
база данных
youtube
amazon
амазон
веб разработка
разработка амазона
разработка интернет магазина
интернет магазин
PostgreSQL
Prisma
TS
Typescript
Redux
clsx
tailwind css
react hook form
jwt
axios
interceptors
копия Амазон
аналог Амазон
ИНТЕРНЕТ МАГАЗИН с нуля
ИНТЕРНЕТ МАГАЗИН с нуля
интернет магазин с нуля react
amazon 2.0
ИНТЕРНЕТ МАГАЗИН с нуля за 6 часов
next
ts
prisma
nextjs
nestjs
typescript
redux
UDL Helper가 이미 설치되어 있습니다 한 번의 클릭으로 비디오 다운로드!
설치되었습니다
위해서
Google Chrome

설명:

🔥 Get a premium subscription - https://htmllessons.io/premium ► How to buy from other countries - https://t.me/redgroupchannel/37 A new big project on the channel, today we will learn how to develop our online store from scratch. On the front, we will use Next js React and Nest js on the backend. As a database for our Amazon 2.0, we will use PostgreSQL and ORM Prisma. On the frontend, we use the Redux Toolkit as state management. We will use Tailwind CSS to write the styles. Forms will be created and processed using the react hook form. Typing in our project will be in TypeScript (TS). [ AMAZON 2.0 - ONLINE STORE from scratch in 6 hours ] 💸 Got a bonus for you from Yukassa free premium tariff - https://yookassa.ru/yooid/signup?origin=Checkout&returnUrl=https%3A%2F%2Fyookassa.ru%2Fjoinups%2F%3Fsource%3Dhtmllessons I hope you appreciate my efforts, please like and subscribe. 🔥 2000 likes and I'm filming the second part. If you have any questions about this topic - let me know in the comments! Download 🖥 finished project in our repository (subscription required) - https://htmllessons.io/storage 🦋 Design + Todo - https://t.me/redgroupchannel ⚡️ List of intensives by subscription - https://htmllessons.io/list-intensives 🍥 Theme in editor/IDE - Cobalt3 dark 00:00:00 - Start 00:00:28 - What stack? 00:02:28 - About sources 00:03:15 - New format for similar projects 00:08:15 - DEMO 00:14:13 - Creating a back-end 00:24:05 - Setting up VS Code 00:29:00 - Creating a database 00:37:02 - Making registration 00:44:42 - Making authorization 01:08:54 - To-do list 01:12:21 - Decorator 01:15:43 - Generate user 01:16:20 - What models should be present? 01:16:51 - Model products (Product) 01:17:58 - Category model (Category) 01:18:09 - Model reviews (Review) 01:18:20 - Model order (Order) 01:19:00 - OrderItem model 01:19:26 - Making connections 01:23:00 - Made a complete scheme 01:23:27 - Create a user 01:26:08 - Making a patch 01:27:23 - Create a service 01:33:45 - Checking 01:34:50 - Making a seedeer 01:43:24 - Checking the added data 01:44:23 - Done with data generation 01:45:33 - Goods, creating a structure 01:49:22 - Service for categories 01:54:00 - Controller for categories 01:57:46 - Checking the operation of the controller 01:59:45 - Bug fixes 02:03:10 - Feedback service 02:06:45 - Feedback Controller 02:08:46 - Service for statistics 02:17:59 - Service for pagination 02:19:26 - Service for orders 02:20:15 - Go to the products of our store 02:22:08 - Service for products 02:33:10 - Product controller 02:34:32 - Testing 02:36:43 - Go to frontend 02:37:07 - What will we use for frontend 02:38:29 - Creating the Next app 02:44:22 - Install Tailwind css 02:45:15 - Start writing styles 02:55:54 - Creating services 02:57:05 - api helper 02:57:36 - api interceptor 02:59:20 - Creating a job with tokens 03:02:30 - We continue to work with interceptor.ts 03:06:07 - Auth service 03:12:24 - Category service 03:17:33 - Review service 03:19:43 - User service 03:23:00 - Order service 03:24:48 - Statistics service 03:25:57 - Payment service 03:26:34 - Product service 03:32:12 - What needs to be done next? 03:37:12 - About React Query 03:38:00 - About Redux Toolkit 03:39:27 - User actions 03:41:24 - User slice 03:43:07 - Creating hooks 03:43:16 - useActions 03:45:09 - useTypedSelector 03:45:41 - useAuth 03:47:36 - AuthProvider 03:47:55 - CheckRole - to check the role 03:52:29 - Let's talk about SSR & SSG & ISR 03:59:33 - Making the login page 04:36:40 - Making the main page 04:43:49 - Making a catalog 05:09:26 - Fixing bugs 05:23:19 - Making a visual 05:28:55 - Solved the problem with authorization 05:30:43 - We continue to work on the visual 05:44:35 - We do sorting and loading 06:03:20 - What was behind the scenes? 06:13:25 - Implementing payment 06:37:25 - Final 06:47:25 - In conclusion 👉 All links (+ editor setting) and information about me - https://redlinks.tech/ Watch the video UNTIL THE END, subscribe to the channel, put 👍 and the bell 🔔

다운로드 옵션을 준비하는 중

popular icon
인기 있는
hd icon
HD 비디오
audio icon
사운드만
total icon
모든 형식
* — 새 탭에서 비디오를 재생하려면 이 탭을 클릭한 다음 비디오를 마우스 오른쪽 단추로 클릭한 다음 "다른 이름으로 비디오 저장..." 을 선택하십시오
** — 특별한 플레이어의 온라인 재생을 위한 링크

비디오 다운로드에 대한 질문

mobile menu icon어떻게 "🚀 AMAZON 2.0 - ONLINE STORE from scratch in 6 hours [Next / React / Nest / PostgreSQL / Prisma / TS" 비디오를 다운로드할 수 있습니까?mobile menu icon

  • http://unidownloader.com/ 사이트 — 프로그램이나 확장 기능을 설치하지 않고도 비디오나 오디오트랙을 다운로드할 수 있는 가장 좋은 방법입니다.

  • UDL Helper 확장 — YouTube, Instagram 및 OK.ru 사이트에 유기적으로 내장되어 콘텐츠를 신속하게 다운로드할 수 있는 편리한 버튼입니다.

  • UDL Client 프로그램 (Windows용) — 900개 이상의 웹 사이트, 소셜 네트워크 및 비디오 호스팅뿐만 아니라 소스에서 사용할 수 있는 모든 비디오 화질을 지원하는 가장 강력한 솔루션입니다.

  • UDL Lite — 모바일기기에서사이트에쉽게액세스할수있습니다. 이를통해스마트폰에바로동영상을다운로드할수있습니다.

mobile menu icon어떤 "🚀 AMAZON 2.0 - ONLINE STORE from scratch in 6 hours [Next / React / Nest / PostgreSQL / Prisma / TS" 비디오 형식을 선택하시겠습니까?mobile menu icon

  • FullHD(1080p), 2K(1440p), 4K(2160p) 및 8K(4320p) 형식이가장좋습니다. 당신의화면해상도가높을수록비디오화질이높아야합니다. 그러나다운로드속도, 사용가능한공간및기기성능과같은다른요인도고려해야합니다.

mobile menu icon"🚀 AMAZON 2.0 - ONLINE STORE from scratch in 6 hours [Next / React / Nest / PostgreSQL / Prisma / TS" 비디오를 다운로드하면 컴퓨터가 왜 정지되는 겁니까?mobile menu icon

  • 브라우저/ 컴퓨터가완전히초기화되어서는안됩니다! 이러한일이발생한경우동영상링크를붙여넣고이를알려주시기바랍니다. 때로는비디오를적절한형식으로직접다운로드할수없기때문에파일을원하는형식으로변환하는기능을추가했습니다. 경우에따라서는이과정이컴퓨터의자원을적극적으로활용할수도있습니다.

mobile menu icon휴대폰에 "🚀 AMAZON 2.0 - ONLINE STORE from scratch in 6 hours [Next / React / Nest / PostgreSQL / Prisma / TS" 비디오를 다운로드하는 방법은 무엇입니까?mobile menu icon

  • 웹사이트나 UDL Lite의 pwa 애플리케이션을사용하여스마트폰으로동영상을다운로드할수있습니다. 또한 UDL Helper 확장을사용하여 QR 코드를통해다운로드링크를보낼수도있습니다.

mobile menu iconMP3 "🚀 AMAZON 2.0 - ONLINE STORE from scratch in 6 hours [Next / React / Nest / PostgreSQL / Prisma / TS"로 오디오 트랙을 (음악) 다운로드하는 방법은 무엇입니까?mobile menu icon

  • 가장편리한방법은비디오를 MP3로변환할수있는 UDL Client를사용하는것입니다. 경우에따라 UDL Helper 확장을통해 MP3를다운로드할수도있습니다.

mobile menu icon비디오 "🚀 AMAZON 2.0 - ONLINE STORE from scratch in 6 hours [Next / React / Nest / PostgreSQL / Prisma / TS"에서 프레임을 저장하는 방법은 무엇입니까?mobile menu icon

  • 이기능은 UDL Helper 확장을통해사용할수있습니다. "비디오에서스크린샷저장버튼표시" 가설정되어있는지확인하십시오. 플레이어의왼쪽아래에있는 "설정" 아이콘에는카메라아이콘이표시됩니다. 현재동영상의프레임을 JPEG 형식으로저장하려면누르십시오.

mobile menu icon이것들 모두 얼마입니까?mobile menu icon

  • 무료입니다. 우리의서비스는모든사용자들에게완전히무료입이다. 여기에는 PRO 구독이없으며다운로드한비디오의수또는최대길이에대한제한도없습니다.