Skip to content

Update backend port and database configuration#3

Open
dearbulut wants to merge 3 commits into
mainfrom
feature/port-5000-update
Open

Update backend port and database configuration#3
dearbulut wants to merge 3 commits into
mainfrom
feature/port-5000-update

Conversation

@dearbulut
Copy link
Copy Markdown
Owner

This PR updates the backend configuration to use port 5000 and improves database setup:

  • Change backend port from 3000 to 5000
  • Add detailed PostgreSQL database configuration
  • Update frontend proxy settings
  • Add example environment files
  • Add database connection handling

To use this update:

  1. Clone the repository
  2. Switch to this branch: git checkout feature/port-5000-update
  3. Set up backend:
cd backend
cp .env.example .env
# Edit .env with your database credentials
npm install
npm run dev
  1. Set up frontend:
cd frontend
npm install
npm run dev

- Remove Login/Register pages and related routes
- Create new XtreamLogin component as main entry point
- Modify auth service to handle Xtream login directly
- Update App.tsx to use new authentication flow
- Remove PrivateRoute component
- Update Profile page to remove Xtream credentials section
- Update auth slice to match new Xtream-only flow
- Update backend port from 3000 to 5000
- Add detailed database configuration
- Update frontend proxy settings
- Add example environment files
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