First commit

This commit is contained in:
2022-06-29 21:26:05 -04:00
commit e7559f0bf1
48 changed files with 8132 additions and 0 deletions

9
backend/.env.example Normal file
View File

@@ -0,0 +1,9 @@
MYSQL_DATABASE=alai
MYSQL_ROOT_PASSWORD=rootpass
MYSQL_USER=user
MYSQL_PASSWORD=pass
MYSQL_HOST=%
MYSQL_HOST_IP=localhost
MYSQL_PORT=3306
JWT_SECRET=supersecretkey
ADMIN_PASSWORD=adminpass