hackx
Backend From Zero (21 / 35)

Source control

Time to get this off your laptop. Push the TypeScript — leave secrets behind.

git init
git add .
git commit -m "auth, /me, prisma, ses"
gh repo create club-portal-backend --private --source=. --remote=origin --push

That Neon connection string is a password. It stays in .env, not in GitHub.