Skip to content

Dev Infastructure

Jonathan Hall edited this page Oct 21, 2025 · 6 revisions

Development Infrastructure

Current Setup

  • Node.js + Express backend
  • MongoDB Atlas database
  • Render for staging deployment

Security Practices

  • .env file for secrets (excluded with .gitignore)

Clone this wiki locally