/QuiOccassion

Sample Vanilla PHP Project. Event Management System

Primary LanguagePHP

QuiOccassion

Sample Vanilla PHP Project. Event Management System

Screenshot 2022-03-04 at 16 14 27

Demo: Qui Occasssions

Installation

Simply download the app and if you are using:

  1. 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,
  1. 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.

ADMIN Credentials

Email: admin@gmail.com
Password: password

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT