Performance improvements and start scripts - #5
Merged
Conversation
…(customers, transfers) returning JSON\n- Add CORS listener for cross-origin requests\n- Add Vue 3 + Vite + Tailwind frontend in frontend/ directory\n- Add frontend Docker service with Vite dev server\n- Vue app includes customer list, transfer history, and transfer form\n- API preserves all original business logic (validation rules)
… file watching (Windows bind mount)\n- Pre-bundle Vue, Vue Router, and Axios dependencies\n- Fix Dockerfile CMD to pass --host flag
…Node builds Vue, PHP serves API\n- Nginx serves Vue static files at / and proxies /api to PHP-FPM\n- Remove separate frontend Docker service (single container)\n- Install Node.js in container for dev rebuilds\n- Port 8000 is the only port needed
…ture (Symfony API + Vue SPA + nginx)\n- Add API endpoints reference\n- Add frontend development workflow options\n- Update setup steps to include frontend build
…d start.bat/start.sh scripts (prod default, dev via flag)\n- Configure OPcache and xdebug dynamically based on APP_ENV\n- Add shared Vue store to avoid redundant API calls on navigation\n- Update README with quick start and environment mode docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes 52s API responses. Adds OPcache, xdebug toggle, frontend caching, start scripts.