Initial commit - ERP

This commit is contained in:
2026-08-05 21:15:15 +03:00
commit 3908155685
1203 changed files with 85576 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,20 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,20 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,32 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"maria": "UserID=root;Password=ama111AMA!!!;Host=localhost;Port=3306;Database=ECommerce;Protocol=TCP;",
"PostgreDB": "Host=localhost;Database=ECommerce;Username=test;Password=test;Port=5432;IncludeErrorDetail=true;"
},
"JWT": {
"Key": "thisisasecretKeyIneedtoprovideenoughletterstomakeitwork",
"Issuer": "https://hello.com",
"Audience": "hello.com",
"DurationInMinutes": 10
},
"EmailTemplate": {
"EmailConfirmation": "placeHolder",
"ResetPassword": "placeHolder"
},
"hostname": "placeHolder",
"MailSettings": {
"Mail": "merge1942@gmail.com",
"DisplayName": "Merge",
"UserName": "merge1942@gmail.com",
"Password": "ftyqwyqpqtixalxp",
"Host": "smtp.gmail.com",
"Port": 587
}
}
@@ -0,0 +1,33 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"maria": "UserID=root;Password=ama111AMA!!!;Host=localhost;Port=3306;Database=ECommerce;Protocol=TCP;",
"PostgreDB": "Host=localhost;Database=ECommerce;Username=test;Password=test;Port=5432;"
},
"Domain": "https://api.mass-tech.net",
"JWT": {
"Key": "thisisasecretKeyIneedtoprovideenoughletterstomakeitwork",
"Issuer": "https://hello.com",
"Audience": "hello.com",
"DurationInMinutes": 10
},
"EmailTemplate": {
"EmailConfirmation": "placeHolder",
"ResetPassword": "placeHolder"
},
"hostname": "placeHolder",
"MailSettings": {
"Mail": "merge1942@gmail.com",
"DisplayName": "Merge",
"UserName": "merge1942@gmail.com",
"Password": "ftyqwyqpqtixalxp",
"Host": "smtp.gmail.com",
"Port": 587
}
}

Some files were not shown because too many files have changed in this diff Show More