Initial commit again

This commit is contained in:
2024-04-29 20:32:49 +02:00
parent 97dc6d222a
commit 9a60709d56
117 changed files with 101 additions and 13571 deletions

12
api/norkconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"project_name": "deguapp-api",
"lang": "ts",
"author": "Filip Rojek",
"database": {
"db": "mysql",
"orm": "sequelize"
},
"website": "http://filiprojek.cz",
"email": "filip@filiprojek.cz",
"version": "3.0.5"
}