Initial commit

This commit is contained in:
kevisual
2025-03-07 22:46:59 +08:00
commit 479eaccf57
14 changed files with 4701 additions and 0 deletions

13
app.config.json5.example Normal file
View File

@@ -0,0 +1,13 @@
{
port: 3000,
postgres: {
username: 'postgres',
host: 'localhost',
database: 'postgres',
password: 'postgres',
port: 5432,
},
tableName: {
table: 'name',
}
}