This is a project for the web technologies course @FMI (https://www.fmi.uni-sofia.bg/)
The idea is to implement a simple PHP web application that helps people organising live music performances in casual atmosphere. The key features are: hosting music event, subscribe to perform at a music event and book a slot to attend a music event. We were inspired by the already functional webapp - https://www.groupmuse.com/ which does pretty much the same but focusses on classical music only
Run instructions:
- Install XAMPP and run it
- Clone the repo
- Create your mysql account
- In application/config/config.php change the settings of the mysql connection
define('DB_TYPE', 'mysql');
define('DB_HOST', '127.0.0.1');
define('DB_NAME', 'musicmeetup');
define('DB_USER', 'root');
define('DB_PASS', 'your_password');- Execute the SQL scripts from _installation
- Bootstrap 4
- jQuery3
- Awesome fonts
- Google maps API