Login app working (#47)

Can login and create User object. Also now store user token info in db
(closes #48).
This commit is contained in:
2018-06-29 08:43:03 -04:00
parent 8b1344d453
commit e50d3d8476
15 changed files with 223 additions and 193 deletions

8
static/css/dark_bg.css Normal file
View File

@@ -0,0 +1,8 @@
body {
background-color: #1e1e1e;
}
h1,p {
color: grey;
}