Deployment
Great great job so far 👏👏. You have successfully build your application.
Now, it's time to share your application with the world. 🚀
For deployment, you can use any cloud platform like Vercel
, Netlify
, Heroku
, etc.
Here are the steps to deploy your application on Vercel
:
- Commit your code and push to a private repo on
GitHub
.
Make sure you have added the
.env
file in the.gitignore
file. so that your secret keys are not exposed.
- Create an free account on Vercel (opens in a new tab).
- Import your project from
GitHub
toVercel
.
- Configure your project settings and set the .env variables and deploy your application.
woohoo! 🎉 You have successfully deployed your application on Vercel
.
You can now share your application with this world. 🚀