๐Ÿš€ First Capital International - Development Server Setup ======================================================== ๐Ÿ“‹ Development Environment Configuration: ---------------------------------------- โœ… Laravel API: http://localhost:8001 โœ… Landing Dashboard: http://localhost:3000 โœ… Admin Panel: http://localhost:3001 ๐Ÿ”ง Starting Laravel Development Server... Command: php artisan serve --port=8001 ๐Ÿ“ Next Steps: ============== 1. Run database migrations: php artisan migrate 2. Start the Laravel API server: php artisan serve --port=8001 3. Start the Landing Dashboard (in new terminal): cd /c/projects2025/firstcapital-new-landing-dashboard npm start 4. Start the Admin Panel (in new terminal): cd /c/projects2025/firstcapital-new-admin npm start -- --port=3001 5. Test the password reset functionality: php test_password_reset_functionality.php ๐ŸŒ API Endpoints Updated: ========================= Both frontend projects now point to: http://localhost:8001/api ๐Ÿ“ง Email Configuration: ======================= Password reset emails will use: http://localhost:3000 for reset links ๐Ÿงช Testing: =========== - API endpoints accessible at localhost:8001 - Frontend apps will connect to localhost:8001 - Password reset emails contain localhost:3000 links Ready to start development! ๐ŸŽ‰