CRUD (Create, Read, Update, Delete) application, using jQuery, AJAX, PHP and MySQL with Materialize framework.
- PHP v7.2.10
- MySQL v5.7.24
- Materialize v1.0.0
- jQuery v3.3.1
First import mysqldump file database.sql.
After that insert database credentials in api/config/database.php file.
Open up terminal, change to root folder of project and type: php -S localhost:8000
You are all set!!! :)
If you want to checkout screenshots of each component fully detailed, you can locate them in the /screenshots/ folder.