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

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Specifies intentionally untracked files to ignore when using Git
# https://git-scm.com/docs/gitignore
# Logs
*.log*
# Node
node_modules/
# NPM / Yarn (use PNPM instead)
package-lock.json
yarn.lock
# Mac
.DS_Store
# Data
data/data.db