Backend IaC that powers the Pufferfish app
This repository contains Terraform code that spins up 2 services: a MongoDB Atlas cluster and a DigitalOcean App Platform app.
The MongoDB Atlas cluster serves as the database powering the backend API, holding user information.
The DigitalOcean App Platform app is a deployment of the backend API as a Docker container.
The Terraform IaC in this repository is continuously integrated using HCP Terraform, automatically deploying and modifying our infrastructure on every merge into the main branch.
