Skip to content

Dev Infastructure

Gage Bays edited this page Nov 11, 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)

Follow Up

  • Will add node mailer to the project so that we can have email functionality with users.

Branches:

  • Main Branch
    Where the main code lives. It is what the site is consisted of when the user enters it.

  • Dev Branch
    Where the features are added and tested. If we like the layout/config of the dev code, we push that code to the main branch.

  • Patch 1 — Gage and Jonathan
    Specifically for making changes to the README.

Clone this wiki locally