This commit is contained in:
2023-06-30 14:16:33 +02:00
parent 943d510718
commit 2ab62770dc
50 changed files with 8561 additions and 0 deletions

12
backend/norkconfig.json Normal file
View File

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