feat: Initialize NestJS project with configuration files and basic structure

This commit is contained in:
Thibault Pouch
2026-05-01 10:57:17 +02:00
parent 2f7417c7fb
commit 86840e0021
12 changed files with 181 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
DATABASE_URL=postgresql://user:password@localhost:5432/crowmate
JWT_SECRET=your_secret_here
JWT_EXPIRY=7d
PORT=3000