start backend db

This commit is contained in:
Ishaan Dey
2024-04-16 18:19:34 -04:00
parent a838241ac3
commit 27159a60e6
12 changed files with 4762 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space