create API server

This commit is contained in:
Takeshi Kimata
2024-02-04 12:05:06 +09:00
parent 182f021b39
commit cdaa99b89a
7 changed files with 1388 additions and 0 deletions

2
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules/
.env