Node
How to Deploy a Node Application using Magikube
To deploy a Node application along with its cloud infrastructure, please follow below steps:
- To create base infrastructure using Magikube please refer Create Project guide.
- Please choose any frontend application from the options listed in the
Select a frontend application type
prompt. - Please choose
node-express
from the options listed in theSelect a backend application type
prompt. - Follow steps mentioned under section
Post Deployment Setup
in the Create Project guide. - To verify that the application is up and running, open url
https://<FQDN>/api
in your browser.
Destroy Project
To destroy infrastructure and applications, created using magikube
please refer Destroy Project guide.