Please enable JavaScript.
Coggle requires JavaScript to display documents.
Advisor10.com (1- Auth (2) Set Profile (/set-profile) // checks if user…
Advisor10.com
1- Auth
1) Registration (/join)
provides [name, type, email, phone_number, password, password_confirmation]
-
-
2) Login (/login)
Provide: [email address, password)
-
-
2- Search (/search)
Provide one or more (country_id, governorate_id, university_id, college_id, type, department_id, grade_level_id)
-
-
Tables
users
- name
- type [student, doctor, advertiser]
- email
- phone_number
- password
- avatar_path
- can_create_groups
profiles
- user_id
- country_id null
- governorate_id null
- university_id null
- college_id null
- department_id null
- grade_level_id null
- advertiser_category_id null
-
-
-