Add express backend server

This commit is contained in:
2022-05-01 16:49:45 +02:00
parent 495771b0e8
commit 8da44976e1
4 changed files with 1050 additions and 0 deletions

6
server/.eslintrc Normal file
View File

@ -0,0 +1,6 @@
{
"env": {
"node": true,
"commonjs": true
}
}