TechnionYearlyProject / TheDoors

Solving the Door Permissions Problem
0 stars 1 forks source link

connect gui with backend #151

Closed elyasaf-boim closed 6 years ago

elyasaf-boim commented 6 years ago

start to connect everything with flask.

only 2 pages - login & register

elyasaf-boim commented 6 years ago

instructions:

the 'required' keyword make this field to be required and this part 'value={{ email }}' give a default value to this field the 'email' is sent from the backend (specific in main.py in login_user method)

elyasaf-boim commented 6 years ago

esstimate time: 2 hours actual: 4