akbarsaladin36 / php-8-crud-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8 - CRUD Tutorial

This is a tutorial about creating a simple application using CRUD method with PHP 8 as backend, Bootstrap as frontend framework, and MySQL as store database. Feel free to share and you can make this repo become useful for beginner who wants to learn about PHP programming language.

Built With

PHP 8 Bootstrap 5

Requirements

  1. PHP 8
  2. Bootstrap 5
  3. MySQL
  4. XAMPP or anything like MAMP, LAMP & etc..

How to run the app ?

  1. Open app's directory in CMD or Terminal
  2. Type php -S localhost:8000 to activate server

Feature

  1. Get All Users Data
  2. Get User Data By Id
  3. Create New User
  4. Update Existing User
  5. Delete Existing User

License

© Muhammad Akbar Saladin Siregar

About


Languages

Language:PHP 100.0%