Skip to content

Vivek-Raman/CS218-Finance-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance Manager

Demo video: https://youtu.be/VxxOrs-88to

Make Commands

Development

make dev              # Run frontend dev server with OpenTofu outputs loaded

Infrastructure

make tofu-init        # Initialize OpenTofu backend
make tofu-plan        # Show OpenTofu execution plan
make tofu-apply       # Apply OpenTofu infrastructure changes
make tofu-destroy     # Destroy OpenTofu infrastructure

Deployment

make deploy           # Full deployment (plan + apply)
make deploy-plan      # Show deployment plan without applying
make deploy-infra     # Deploy infrastructure only
make deploy-destroy   # Destroy all infrastructure

Build

make build-frontend   # Build frontend for production
make build-backend    # Build backend Lambda packages

Help

make help             # Show all available commands

About

Term project prototype for CS 218 - Topics in Cloud Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors