testing 127.0.0.1 issue

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-07-07 14:02:36 +08:00
parent 062f3b7cfa
commit 50763ad348
6 changed files with 114 additions and 10 deletions
+4 -2
View File
@@ -81,7 +81,8 @@
new_starr/
├── server.js ← App entry point
├── package.json
├── .env.example ← Copy to .env and fill values
├── .env-development ← Local dev template — copy to .env
├── .env-production ← Self-hosted/Docker template — copy to .env
│
├── config/
│ ├── db.config.js ← Sequelize PostgreSQL instance
@@ -142,8 +143,9 @@ cd star-auth-system
npm install
# 3. Configure environment
cp .env.example .env
cp .env-development .env
# Edit .env with your DB, SMTP, Google OAuth, and JWT credentials
# (For a production/self-hosted deploy, use .env-production instead — see docker-compose.yml)
# 4. Ensure PostgreSQL is running and the DB exists
createdb star_db