Initial commit

This commit is contained in:
2023-03-10 12:43:00 -06:00
commit f81e2c9324
30 changed files with 13214 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"eslint.workingDirectories": [
"backend",
"frontend"
]
}