Initial commmit

This commit is contained in:
Edward Tirado Jr 2025-02-16 20:21:30 -06:00
commit 88383f90e5
1174 changed files with 227188 additions and 0 deletions

10
.env.example Normal file
View file

@ -0,0 +1,10 @@
MARIADB_ROOT_PASSWORD="super_secret_password"
MARIADB_DATABASE="movienight"
MARIADB_USER="web"
MARIADB_PASSWORD="secret"
DATABASE_PORT="3307"
DATABASE_NAME="movienight"
DATABASE_URL="mysql://web:secret@localhost"
OMDB_API_KEY="your-api-key"
OMDB_URL="http://omdbapi.com/"