init: pulseform v2 — Express/Prisma/React/SCSS/R3F stack

This commit is contained in:
2026-03-26 02:55:45 +00:00
commit 2d5030c521
31 changed files with 8131 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Base de données
POSTGRES_USER=pulseform
POSTGRES_PASSWORD=
POSTGRES_DB=pulseform
# Prisma
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}
# Auth
JWT_SECRET=
# App
PORT=4000
CLIENT_URL=http://localhost:5173
NODE_ENV=development