feat: initial project structure — Express/TS/TypeORM + React/TS + Docker + Gitea CI
Some checks failed
CI/CD — Build & Deploy / Build (push) Failing after 1m47s
CI/CD — Build & Deploy / Deploy to VPS (push) Has been skipped

This commit is contained in:
2026-03-14 04:13:58 +01:00
commit 4a3be2a323
18 changed files with 396 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
MYSQL_ROOT_PASSWORD=changeme
DB_NAME=originsdigital
DB_USER=originsdigital
DB_PASSWORD=changeme
JWT_SECRET=changeme