Heroku
Heroku is Platform as a service Paas. It takes your website and makes it accessible to everyone with few simple steps.
to run Heroku from the command-line interface, type the following
heroku login
then you need to log in from the browser.
after that navigate to your GitHub project on your computer.
then run the command.
heroku create
to create an app on Heroku to receive the source code of your app
then run the following command to push and deploy your website on Heroku platform.
git push heroku main