Scaffold a new Next.js 15 project optimized for Railway deployment.
/plugin marketplace add Ashikparvez89/larouex-fullstack-plugin/plugin install ashikparvez89-larouex-fullstack-builder@Ashikparvez89/larouex-fullstack-pluginScaffold a new Next.js 15 project optimized for Railway deployment. Create a complete project with: - Next.js 15 with App Router and TypeScript - Bootstrap 5 integration with responsive layout - Express API server for backend routes (/server/api) - railway.toml configuration with build and start commands - Dockerfile optimized for Railway with multi-stage build - Environment variable configuration for Railway - Folder structure: /app, /components, /server, /public, /styles - package.json with scripts for development and production - .railwayignore and proper .gitignore - Health check endpo...