Wedding planner is a web application that allows:
- creating customer or service provider accounts
- searching offers based on various categories
- booking offers
- adding multiple offers to favorites
- creating reviews
- creating offers (service providers)
- Download Xampp 8.1.6 - install Apache and PHP
- Download Composer - choose path to php.exe located within Xampp directory
- After installation, go to xampp/php/php.ini and uncomment
extension=pdo_pgsql
andextension=intl
- You can now open the project (for example, in PhpStorm) and run:
bin/cake server -p 8765
- Visit
http://localhost:8765
to view the login page