saratscheff / wuuf

Playing around with Rails 7 and a simple solar roof array distribution calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Playground project to learn about:

  • Using Rails with Docker
  • Rails 7, specially hotwire

Deploy

Switch to production branch

Run:

gcloud builds submit --config cloudbuild.yaml

gcloud run deploy backend-web --platform managed --region us-central1 --image gcr.io/wuufcl/backend-web --add-cloudsql-instances wuufcl:us-central1:wuuf-postgres --allow-unauthenticate

About

Playing around with Rails 7 and a simple solar roof array distribution calculator


Languages

Language:Ruby 75.3%Language:HTML 19.3%Language:JavaScript 2.4%Language:CSS 1.4%Language:Dockerfile 0.9%Language:Shell 0.7%