Twitter clone in python/flask, with MongoDB database
Find a file
Socks cf1259a311 many changes
- imports timeline
- checks if email address during login to ensure no errors later
- make the "remember me" box do something
- make the logged_in variable be your username if you are logged in, in many places
- pass user posts to profile
- created new post method
- created timeline view
- created global timeline view
- created settings view
- created delete post view
- created reply to post view
2018-02-16 05:43:59 +00:00
backend Created username_for_email(), get_profile(), update_profile() 2018-02-16 05:21:58 +00:00
dev Added unverified tag, empty following list 2018-02-16 05:29:34 +00:00
static Added bootstrap 4, font awesome 2018-02-16 05:31:46 +00:00
templates Added reply form 2018-02-16 05:43:04 +00:00
.gitignore Initial Commit 2018-01-12 12:46:19 +00:00
requirements.txt Added requirements.txt 2018-02-16 05:32:06 +00:00
Tweeder.py many changes 2018-02-16 05:43:59 +00:00