Nodejs
You can deploy a Node Express application on Simplifyd in just a few steps.
A sample app for this quick start is deployed at https://nodejs-example.simplifyd.app.
- Fork the sample project on Github at https://github.com/simplifyd-examples/nodejs-express-sample-app
- Create a new project on Simplifyd:
- specify a name for the project
- set the region to
nga-west-1
- Leave the environment variables blank since we won't be using environment variables in this example
- Create a new app in the project created in the step above:
- specify a name for the app
- set app type to be
nodejs
- specify the Git account (this could be one of the following:
[Github Bitbucket Gitlab]
) where you forked the repo to - specify the repo URL. This should be the URL of the forked repo and should be available in the specified Git account from the step above
- Deploy the app:
- specify a runner. For this example a
nano
runner would do just fine
- specify a runner. For this example a
That’s it! Your nodejs express web service will be live on your Simplifyd vanity URL as soon as the build finishes. You can always specify a custom domain/URL. Check the "adding a custom domain" section for how to do that.