Add backend skeleton

This commit is contained in:
2023-06-09 18:53:03 +04:00
parent f3d5e4ec52
commit 4d45992279
10 changed files with 9437 additions and 0 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}