Easy MERN Project Deployment in 2024: Deploy Your Contact Management System for Free on Vercel!

preview_player
Показать описание

Contact Management System using MERN Stack:

How to Upload Project to GitHub:

You Will Learn:
Free MERN Stack App Deployment on Vercel.
Upload MERN App to GitHub.
Use of MongoDB Atlas.

#mernstack #deployment #vercel #free #2024
Рекомендации по теме
Комментарии
Автор

I have 2 UIs client and admin dashboard how to upload both of them

muntajibkhan
Автор

what is in the vercel.json file because that is what will make the server work on vercel.

wilwekconsult
Автор

when deploying to vercel this way where you now have separate url for backend and separate for front end, chrome will give following message : "Third-party cookie will be blocked. Learn more in the Issues tab.", and if you have cookies set, when changing to different pages in your app, cookies will disappear unless you go back to that specific page where it is working... how to make it work ?

waleedsharif
Автор

I'm getting the cors error even after I put that origin, method, creditiants inside the cors

Piyushdhyani
Автор

I uploaded both backend and frontend.. after hosting its giving error i.map is not functioning and like that.. bcoz backend is not connecting I guess... That's why it's giving an errors.. today is the deadline of my internship project.. and I cant solve this error 😢

devil-szkp
Автор

I am getting the cors error, trying to deploy from last 3 hrs but cors error still same..

ayinanajaf
Автор

how to deploy mern app to vercel using one url ? now you have two different url for back end and client...

waleedsharif
Автор

when i Upload my project . its throwing error and not showing frontend like you :Cloning completed: 867.047ms
Previous build cache not available
Running "vercel build"
Vercel CLI 35.1.0
Running "install" command: npm install...
npm error code ENOENT
npm error syscall open
npm error path /vercel/path0/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/vercel/path0/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in:
Error: Command "npm install" exited with 254

atharvalakhamade