Welcome to Nova, a fullstack deployment project using Terraform to automate and manage the deployment process of both frontend and backend services.
Nova is a Terraform project designed to orchestrate the full deployment of a web application. It handles everything from infrastructure provisioning to service deployment, making it easy to get your fullstack app up and running with minimal effort.
With Nova, you can:
- Deploy a fullstack application: Use Terraform to deploy both the frontend and backend components seamlessly.
- Automate Infrastructure: Automate the setup of virtual machines, security groups, and databases.
- Manage with Terraform: Benefit from Terraform's power to manage infrastructure as code, enabling consistent and repeatable deployments.
- Fullstack Deployment: Deploy both Node.js frontend and Laravel backend applications.
- Infrastructure as Code: Use Terraform scripts to provision and configure your cloud infrastructure.
- Automated Setup: No manual setupβjust run the Terraform scripts, and your application will be up and running.
- Clone the Repository:
git clone https://github.com/your-username/nova.git terraform init terraform apply