Node server fixed to run

This commit is contained in:
Lucas Patenaude
2024-03-12 01:10:59 -06:00
parent 6ce5c3707b
commit 44f5f49275
2521 changed files with 376223 additions and 0 deletions

8
ProjectSourceCode/.env Normal file
View File

@@ -0,0 +1,8 @@
# database credentials
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="pwd"
POSTGRES_DB="users_db"
# Node vars
SESSION_SECRET="super duper secret!"
API_KEY="ZjGXIfaEG1G4OkSHyB5wvqOQ5BPb9iav"