Go to file
raphael a071193959 adds email login and registration forms
- using flask-wtf forms to create login and registration
- saves and compares input data with database
- generates user if need-be
- same user form as google user
2020-04-23 17:11:23 +00:00
backend@aaf66a1f10 adds more advanced database handling unsing sql alchemy 2020-04-22 20:15:21 +00:00
database adds more advanced database handling unsing sql alchemy 2020-04-22 20:15:21 +00:00
migrations adds more advanced database handling unsing sql alchemy 2020-04-22 20:15:21 +00:00
server adds email login and registration forms 2020-04-23 17:11:23 +00:00
.gitignore restructured website into folders 2020-04-07 16:29:51 +00:00
.gitmodules adds backend as submodule 2020-04-15 17:18:25 +00:00
app.db adds email login and registration forms 2020-04-23 17:11:23 +00:00
app.py adds more advanced database handling unsing sql alchemy 2020-04-22 20:15:21 +00:00
config.py adds more advanced database handling unsing sql alchemy 2020-04-22 20:15:21 +00:00
README.md initial commit 2020-03-26 09:38:27 +00:00

summary:

this repository includes the webpage frontend for the calendar watch server it gets served via a python server