The tools required to run this project are XAMPP, an IDE (e.g., VS Code), and a web browser.
After downloading this repository as a zip file, you can extract the zip file into the htdocs folder (usually located in C:\xampp\htdocs).
- Activate Apache and MySQL in XAMPP.
- Open phpMyAdmin in your browser.
- Create a database named "exc_akademik" in phpMyAdmin.
- Import the exc_akademik_db.sql file into the "exc_akademik" database.
- That's it! You can now open "localhost/03-php-crud" in your browser. 😊
The technologies used to build this project:
- HTML
- Bootstrap
- XAMPP (Apache & MySQL)
Quick way to create CRUD with PHP MySQL Bootstrap by Dirumahrafif