How to Deploy Next.js Project with FastApi on Vercel | Step By Step | Only in 15 Mins

Описание к видео How to Deploy Next.js Project with FastApi on Vercel | Step By Step | Only in 15 Mins

Firstly Check If you have not installed choco
Open powershell as adminstrator then

Install with these command
1-Run
Get-ExecutionPolicy
2-If it returns Restricted, then run
Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process
3-Then Run
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/inst...)
4-Check Version
choco -?

Here is the url of choco website
https://docs.chocolatey.org/en-us/cho...

5-Then Open This Url
https://dashboard.ngrok.com/get-start...
6-Follow First Two Step and install the ngrok and add token
7-Then Check Version of ngrok
ngrok --version

How To Make Todo Api with the use of Fastapi,Sqlmodel | Step By Step | Only in 30 Min
   • How to make Todo Api with the use of ...  

How to Make Todo Api Test | Step By Step | Only in 20 Min
   • How to Make Todo Api Test | Step By S...  

How To Integrate Fastapi in Next.js | Step By Step | Only in 40 Mins
   • How To Integrate Fastapi  in Next.js ...  

Don't Forget to
Like ,Comment ,Share and Subscribe

Комментарии

Информация по комментариям в разработке