PRE_REQUISITIES
In XAMPP control panel, start Apache and MySQL.
- create a database named crud_app
- In it, create a table named user_info with field:ID(primary key), username(unique), password
- Also create another table named note_data with field: ID(primary key), Title(length:50), Body(length:500)