server-side completed

This commit is contained in:
2024-01-16 09:57:25 +00:00
parent 8bfb336450
commit 810873cfac
15 changed files with 842 additions and 62 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Ignore node_modules in the root
node_modules/
# Ignore node_modules in the client folder
client/node_modules/
# Ignore node_modules in the server folder
server/node_modules/