Initial commit

This commit is contained in:
media
2025-04-30 18:57:23 +08:00
commit 3f3f08cc4e
22 changed files with 6737 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=postgres