Infrastructure for deployment of the hello
project.
This repository contains Terraform deployments to provision the hello
project across multiple cloud providers.
This deploys the following services:
- hello-fastapi - A FastAPI application that creates a REST API.
- hello-nextjs - A Next.js application that creates a web app that interacts with the API.
git clone https://github.com/crossid/hello-tf.git
cd hello-tf
Follow the instructions in the cloud provider's README to deploy the services to the cloud provider of your choice.