initial commit

This commit is contained in:
2023-10-15 20:02:52 +02:00
commit bd7452d198
47 changed files with 12202 additions and 0 deletions

10
ormconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"type": "mysql",
"host": "localhost",
"port": 3306,
"username": "root",
"password": "22999",
"database": "proxima",
"entities": ["src/**/**.entity{.ts,.js}"],
"synchronize": true
}