A To-Do List WebApp is created to implement the CRUD operations.
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.