ZIJ / testrepo1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About


Languages

Language:JavaScript 71.1%Language:HTML 14.1%Language:CSS 7.8%Language:Dockerfile 7.0%