/testrepo1

Primary LanguageJavaScript

dg-myapp

This is essentially a full-stack "hello world"

  • It shows a message
  • Which is coming from the backend
  • Which in turn is taken from configuration via environment variables
  • Which can be different in each environment

local setup

docker-compose up

components

  • 1 React frontend (create-react-app)
  • 1 Node.js Express backend service (generate-express)

infrastructure

  • Frontend: Firebase CDN
  • Backend: Google Cloud Run

environments: