content:
-This page presents the personal information for the users when they enter the profile page the information that stored in the database for him will display.
-when the user selects the city, the towns for this city just display.
-update on the information and store in the database.
Testing:
on terminal use the following commands:
pull origin component/personalInfo
npm run dev
go to http://localhost:3000/profile on your browser.
-when you enter it will display the information for register user , if the user didn't register it will just display their name.
After you fill all the information and submitting you can check your database using this SQL query:
$ select * from users;
you can refresh and see all information that the user fill.
steps when fill the form
[ ] Be sure you fill all fields.
[ ] Be sure you choose the city and town.
if you are not fill one field the update submit didn't work
content: -This page presents the personal information for the users when they enter the profile page the information that stored in the database for him will display. -when the user selects the city, the towns for this city just display. -update on the information and store in the database.
Testing: on terminal use the following commands: pull origin component/personalInfo npm run dev go to http://localhost:3000/profile on your browser. -when you enter it will display the information for register user , if the user didn't register it will just display their name. After you fill all the information and submitting you can check your database using this SQL query: $ select * from users; you can refresh and see all information that the user fill.
steps when fill the form