Initial commit

This commit is contained in:
kevisual
2025-04-16 18:09:31 +08:00
commit bd789de7b6
20 changed files with 6702 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