Skip to content

DevSaad02/crud_idiorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User crud using idiorm

A simple, interactive user crud web application that allows users to show, add, edit, update, and delete users.

Features

  • All users list
  • Add new users
  • Edit user
  • Update user
  • Delete user
  • Persistent storage using MySQL.
  • AJAX-based interactions for a seamless user experience.

Tech Stack

  • Frontend: HTML, CSS, Bootstrap, JavaScript, jQuery, Ajax
  • Backend: PHP (single code.php file for backend logic)
  • Database: MySQL

Installation & Setup

  1. Clone this repository:
    git clone https://github.com/DevSaad02/crud_idiorm.git
    cd todo-app
    

Database:

  • No need to import MySQL database. When the app runs if database is not present then database will be created automatically

Start a local PHP server

  • php -S localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published