moved to node

This commit is contained in:
2022-11-13 22:09:57 +01:00
parent 3390a17ad9
commit f7831a2d16
33 changed files with 2096 additions and 512 deletions

8
server/.env Normal file
View File

@@ -0,0 +1,8 @@
set -o allexport
DB_USER="stoccatre"
DB_HOST="localhost"
DB_PASS="password"
DB_PORT=3306
HOST="localhost"
PORT=8080
set +o allexport