AI Update: Started backend platform server on port 8080

This commit is contained in:
Noah AI
2026-06-29 13:20:41 +00:00
parent aa81c87150
commit 994040e004
17 changed files with 1202 additions and 0 deletions

14
backend/.env.example Normal file
View File

@@ -0,0 +1,14 @@
PORT=8080
NODE_ENV=development
API_PREFIX=
CORS_ORIGIN=*
LOG_LEVEL=debug
PROJECT_ID=template-project
DATABASE_URL=libsql://your-db.turso.io
DATABASE_AUTH_TOKEN=replace-me
S3_ENDPOINT=https://t3.storage.dev
S3_BUCKET=replace-me
S3_PREFIX=backends/template-project/
S3_ACCESS_KEY_ID=replace-me
S3_SECRET_ACCESS_KEY=replace-me
S3_SESSION_TOKEN=