Saradwata-Bandyopadhyay / php-crud

A PHP project to implement all the CRUD functions.
http://crud.hashtagkolkata.com/
0 stars 0 forks source link
crud hacktoberfest php webapp

A PHP based WebApp which implements all the CRUD functions.

What is a Web App ?

A Website that works like an App and works on all devices like Mobile, Desktop and Tablet. Read More...

What is CRUD ?

CRUD stands for Create, Read, Update and Delete

A To-Do List WebApp is created to implement the CRUD operations.

How to customize this WebApp on your own ?

Step 1: Download or clone the repostory.
Step 2: Download and install XAMPP.
Step 3: Store the folder in the XAMPP-> htdocs folder.
Step 4: Then open XAMPP and run Apche and MySQL.
Step 5: Create a database and the tables as mentioned in the Database codes.txt file.
Step 6: Open a browser and type http://localhost/folder_name_created_in_the_htdocs_folder/ in the search bar and hit ENTER.
TO BE NOTED:

1> Both Apache and MySQL must be running properly.

2> The downloaded repository must be kept in the htdocs folder.