Skip to content

chore: Move hardcoded server port to .env file#18

Merged
AlAfiz merged 2 commits intoBETAIL-BOYS:mainfrom
akordavid373:move-handcodded
Feb 24, 2026
Merged

chore: Move hardcoded server port to .env file#18
AlAfiz merged 2 commits intoBETAIL-BOYS:mainfrom
akordavid373:move-handcodded

Conversation

@akordavid373
Copy link
Contributor

@akordavid373 akordavid373 commented Feb 23, 2026

  • Add Express.js backend with dotenv configuration
  • Create .env.example file with PORT=3000
  • Update server.js to use process.env.PORT || 3000
  • Add package.json with express and dotenv dependencies
  • Update .gitignore for Node.js projects

Closes #13issue

- Add Express.js backend with dotenv configuration
- Create .env.example file with PORT=3000
- Update server.js to use process.env.PORT || 3000
- Add package.json with express and dotenv dependencies
- Update .gitignore for Node.js projects

Closes #issue
@AlAfiz AlAfiz merged commit 2b124bb into BETAIL-BOYS:main Feb 24, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants