GSG-K3 / bills-system-analysis

build system pay all bill from one place and find the problems in bills and supplies utilities
0 stars 2 forks source link

Client/component/personinfofront #76

Closed kholoudfann closed 4 years ago

kholoudfann commented 4 years ago

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.

Capture3 Capture4

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