Sample Vanilla PHP Project. Event Management System
Demo: Qui Occasssions
Simply download the app and if you are using:
- windows
Install XAMPP,
Put the app inside htdocs,
Create a Database in phpmyadmin, import the database sql inside database folder,
Make sure the db_conn.php file is updated to your database credentials,
go to browser and launch the app on localhost,
- Mac
Install PHP,
Put the app anywhere,
Create a Database in mysql, import the database sql inside database folder,
Make sure the db_conn.php file is updated to your database credentials,
Run command php -S 127.0.0.1:8000 on terminal and go to browser.
Email: admin@gmail.com
Password: password
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.